Advertisement
UncleSpellbinder

Fastfetch

May 18th, 2025
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.49 KB | None | 0 0
  1. {
  2. "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  3. "logo": {
  4. "source": "/home/wombat/Pictures/Linux/Linux Images/Eos_Plasma.png",
  5. "type": "auto",
  6. "height": 12,
  7. "width": 30,
  8. "padding": {
  9. "top": 4,
  10. "left": 2,
  11. }
  12. },
  13. "modules": [
  14. "title",
  15. "separator",
  16. "break",
  17. {
  18. "type": "custom",
  19. "format": "\u001b[90m┌──────────────────────── MSI Z370 Specs ────────────────────────┐"
  20. },
  21. {
  22. "type": "host",
  23. "key": " PC",
  24. "keyColor": "green"
  25. },
  26. {
  27. "type": "cpu",
  28. "key": "│ ├ CPU",
  29. "showPeCoreCount": true,
  30. "keyColor": "green"
  31. },
  32. {
  33. "type": "gpu",
  34. "key": "│ ├󰍛 GPU",
  35. "keyColor": "green"
  36. },
  37. {
  38. "type": "gpu",
  39. "key": "│ ├󰍛 GPU",
  40. "format": "{3}",
  41. "keyColor": "green"
  42. },
  43. {
  44. "type": "display",
  45. "key": "│ ├󰹑 DISPLAY",
  46. "keyColor": "green"
  47. },
  48. {
  49. "type": "sound",
  50. "key": "│ ├󰓃 SOUND",
  51. "keyColor": "green"
  52. },
  53. {
  54. "type": "memory",
  55. "key": "│ ├󰍛 MEMORY",
  56. "keyColor": "green"
  57. },
  58. {
  59. "type": "swap",
  60. "key": "│ ├󰓡 SWAP",
  61. "keyColor": "green"
  62. },
  63. {
  64. "type": "custom",
  65. "format": "\u001b[90m└────────────────────────────────────────────────────────────────┘"
  66. },
  67. "break",
  68. {
  69. "type": "custom",
  70. "format": "\u001b[90m┌────────────────────────── SSD Storage ─────────────────────────┐"
  71. },
  72. {
  73. "type": "disk",
  74. "key": "│ ├ DISK",
  75. "keyColor": "yellow"
  76. },
  77. {
  78. "type": "custom",
  79. "format": "\u001b[90m└────────────────────────────────────────────────────────────────┘"
  80. },
  81. "break",
  82. {
  83. "type": "custom",
  84. "format": "\u001b[90m┌───────────────────────── Endeavour OS ─────────────────────────┐"
  85. },
  86. {
  87. "type": "os",
  88. "key": " OS",
  89. "keyColor": "magenta"
  90. },
  91. {
  92. "type": "title",
  93. "key": "│ ├ USER/HOST",
  94. "format": "{user-name}@{host-name}",
  95. "keyColor": "magenta"
  96. },
  97. {
  98. "type": "kernel",
  99. "key": "│ ├ KERNEL",
  100. "keyColor": "magenta"
  101. },
  102. {
  103. "type": "packages",
  104. "key": "│ ├󰏖 PACKAGES",
  105. "keyColor": "magenta"
  106. },
  107. {
  108. "type": "terminal",
  109. "key": "│ ├ TERMINAL",
  110. "keyColor": "magenta"
  111. },
  112. {
  113. "type": "terminalfont",
  114. "key": "│ ├󰛖 TERMINAL FONT",
  115. "keyColor": "magenta"
  116. },
  117. {
  118. "type": "shell",
  119. "key": "└ └ SHELL",
  120. "keyColor": "magenta"
  121. },
  122. {
  123. "type": "custom",
  124. "format": "\u001b[90m└────────────────────────────────────────────────────────────────┘"
  125. },
  126. "break",
  127. {
  128. "type": "custom",
  129. "format": "\u001b[90m┌────────────────────── Desktop Environment ─────────────────────┐"
  130. },
  131. {
  132. "type": "de",
  133. "key": " DE",
  134. "keyColor": "blue"
  135. },
  136. {
  137. "type": "lm",
  138. "key": "│ ├ DISPLAY MANAGER",
  139. "keyColor": "blue"
  140. },
  141. {
  142. "type": "wm",
  143. "key": "│ ├ WINDOW MANAGER",
  144. "keyColor": "blue"
  145. },
  146. {
  147. "type": "wmtheme",
  148. "key": "│ ├ THEME",
  149. "keyColor": "blue"
  150. },
  151. {
  152. "type": "icons",
  153. "key": "│ ├󰉼 ICONS",
  154. "keyColor": "blue"
  155. },
  156. {
  157. "type": "font",
  158. "key": "│ ├󰛖 SYSTEM FONT",
  159. "format": "{3}",
  160. "keyColor": "blue"
  161. },
  162. {
  163. "type": "custom",
  164. "format": "\u001b[90m└────────────────────────────────────────────────────────────────┘"
  165. },
  166. "break",
  167. {
  168. "type": "custom",
  169. "format": "\u001b[90m┌───────────────────────── Age / Uptime ─────────────────────────┐"
  170. },
  171. {
  172. "type": "command",
  173. "key": "│ ├ OS Age ",
  174. "keyColor": "cyan",
  175. "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
  176. },
  177. {
  178. "type": "uptime",
  179. "key": "│ ├ Uptime ",
  180. "keyColor": "cyan"
  181. },
  182. {
  183. "type": "custom",
  184. "format": "\u001b[90m└────────────────────────────────────────────────────────────────┘"
  185. },
  186. "break",
  187. ]
  188. }
  189.  
  190.  
Tags: fastfetch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement