Advertisement
Guest User

Untitled

a guest
May 15th, 2025
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. {
  2. "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  3. "logo": {
  4. "type": "builtin",
  5. "height": 15,
  6. "width": 24,
  7. "padding": {
  8. "top": 5,
  9. "left": 3
  10. }
  11. },
  12. "modules": [
  13.  
  14. "break",
  15. {
  16. "type": "custom",
  17. "format": "\u001b[92m┌──────────────────────────── Hardware ───────────────────────────┐"
  18. },
  19. {
  20. "type": "command",
  21. "key": " PC",
  22. "keyColor": "green",
  23. "text": "hostname"
  24. },
  25. {
  26. "type": "memory",
  27. "key": "│ ├",
  28. "keyColor": "green"
  29. },
  30. {
  31. "type": "disk",
  32. "key": "│ ├󰋊",
  33. "keyColor": "green"
  34. },
  35. {
  36. "type": "cpu",
  37. "key": "│ ├",
  38. "keyColor": "green"
  39. },
  40. {
  41. "type": "gpu",
  42. "key": "│ └󰍛",
  43. "keyColor": "green",
  44. "format": "{2}, {3}"
  45. },
  46. {
  47. "type": "custom",
  48. "format": "\u001b[92m└─────────────────────────────────────────────────────────────────┘"
  49. },
  50. "break",
  51. {
  52. "type": "custom",
  53. "format": "\u001b[93m┌──────────────────────────── System ─────────────────────────────┐"
  54. },
  55. {
  56. "type": "os",
  57. "key": " OS",
  58. "keyColor": "yellow",
  59. "format": "{name}"
  60. },
  61. {
  62. "type": "wm",
  63. "key": "│ ├",
  64. "keyColor": "yellow"
  65. },
  66. {
  67. "type": "de",
  68. "key": "│ ├",
  69. "keyColor": "yellow"
  70. },
  71. {
  72. "type": "kernel",
  73. "key": "│ ├",
  74. "keyColor": "yellow"
  75. },
  76. {
  77. "type": "bios",
  78. "key": "│ ├",
  79. "keyColor": "yellow"
  80. },
  81. {
  82. "type": "packages",
  83. "key": "│ └󰏖",
  84. "keyColor": "yellow"
  85. },
  86. {
  87. "type": "custom",
  88. "format": "\u001b[93m└─────────────────────────────────────────────────────────────────┘"
  89. },
  90. "break",
  91. {
  92. "type": "custom",
  93. "format": "\u001b[94m┌────────────────────────── Theming/Other ────────────────────────┐"
  94. },
  95. {
  96. "type": "shell",
  97. "key": " sh",
  98. "keyColor": "blue"
  99. },
  100. {
  101. "type": "wmtheme",
  102. "key": "│ ├󰉼",
  103. "keyColor": "blue"
  104. },
  105. {
  106. "type": "terminal",
  107. "key": "│ ├",
  108. "keyColor": "blue"
  109. },
  110. {
  111. "type": "font",
  112. "key": "│ ├",
  113. "keyColor": "blue"
  114. },
  115. {
  116. "type": "terminalfont",
  117. "key": "│ └",
  118. "keyColor": "blue"
  119. },
  120. {
  121. "type": "custom",
  122. "format": "\u001b[94m└─────────────────────────────────────────────────────────────────┘"
  123. },
  124. "break",
  125. {
  126. "type": "custom",
  127. "format": "\u001b[95m┌────────────────────────── System Times ─────────────────────────┐"
  128. },
  129. {
  130. "type": "command",
  131. "key": "│ OS Age ",
  132. "keyColor": "magenta",
  133. "keyWidth": 12,
  134. "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
  135. },
  136. {
  137. "type": "uptime",
  138. "key": "│ Uptime ",
  139. "keyColor": "magenta"
  140. },
  141. {
  142. "type": "custom",
  143. "format": "\u001b[95m└─────────────────────────────────────────────────────────────────┘"
  144. },
  145. "break"
  146. ]
  147. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement