Guest User

Fastfetch

a guest
Jul 12th, 2026
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. {
  2. "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  3. "logo": {
  4. "type": "auto",
  5. "padding": {
  6. "top": 1,
  7. "right": 3
  8. },
  9. "height": 40
  10. },
  11. "display": {
  12. "color": {
  13. "keys": "magenta"
  14. },
  15. "separator": "",
  16. "constants": [
  17. "──────────────────────────────────────────────",
  18. "\u001b[47D",
  19. "\u001b[47C",
  20. "\u001b[46C",
  21. "══════════════════════════════════════════════",
  22. "Frowny"
  23. ],
  24. "brightColor": true
  25. },
  26. "modules": [
  27. {
  28. "type": "custom",
  29. "key": "╔════════════════╦═{$5}╗\u001b[38D",
  30. "format": "\u001b[1m{#magenta} {$6} "
  31. },
  32. {
  33. "type": "os",
  34. "key": "║ {icon} \u001b[s{sysname}\u001b[u\u001b[10C ║{$3}║{$2}"
  35. },
  36. {
  37. "type": "kernel",
  38. "key": "║ {icon} Kernel ║{$3}║{$2}",
  39. },
  40. {
  41. "type": "uptime",
  42. "key": "║ {icon} Uptime ║{$3}║{$2}"
  43. },
  44. {
  45. "type": "packages",
  46. "key": "║ {icon} Packages ║{$3}║{$2}"
  47. },
  48. {
  49. "type": "shell",
  50. "key": "║ {icon} Shell ║{$3}║{$2}"
  51. },
  52. {
  53. "type": "custom",
  54. "key": "║{##b87700}┌───────────────┬{$1}┐{#keys}║\u001b[37D",
  55. "format": "{#bright_#b87700} Display Info "
  56. },
  57. {
  58. "type": "Display",
  59. "key": "║{##b87700}│ {icon} Display │{$4}│{#keys}║{$2}",
  60. "compactType": "original-with-refresh-rate"
  61. },
  62. {
  63. "type": "vulkan",
  64. "key": "║{##b87700}│ {icon} Driver │{$4}│{#keys}║{$2}",
  65. "format": "{driver~6, -9}"
  66. },
  67. {
  68. "type": "de",
  69. "key": "║{##b87700}│ {icon} Desktop │{$4}│{#keys}║{$2}",
  70. "showPeCoreCount": true
  71. },
  72. {
  73. "type": "terminal",
  74. "key": "║{##b87700}│ {icon} Terminal │{$4}│{#keys}║{$2}",
  75. },
  76. {
  77. "type": "custom",
  78. "key": "║{##b87700}└───────────────┴{$1}┘{#keys}║",
  79. "format": ""
  80. },
  81. {
  82. "type": "custom",
  83. "key": "║{##b87700}┌───────────────┬{$1}┐{#keys}║\u001b[37D",
  84. "format": "{#bright_#b87700} Hardware "
  85. },
  86. {
  87. "type": "cpu",
  88. "key": "║{##b87700}│ {icon} CPU │{$4}│{#keys}║{$2}",
  89. "showPeCoreCount": true
  90. },
  91. {
  92. "type": "gpu",
  93. "key": "║{##b87700}│ {icon} GPU │{$4}│{#keys}║{$2}",
  94. "format": "{name}"
  95. },
  96. {
  97. "type": "memory",
  98. "key": "║{##b87700}│ {icon} RAM │{$4}│{#keys}║{$2}"
  99. },
  100. {
  101. "type": "gpu",
  102. "key": "║{##b87700}│ {icon} VRAM │{$4}│{#keys}║{$2}",
  103. "format": "{dedicated-percentage-bar}"
  104. },
  105. {
  106. "type": "swap",
  107. "key": "║{##b87700}│ {icon} Swap │{$4}│{#keys}║{$2}"
  108. },
  109. {
  110. "type": "disk",
  111. "key": "║{##b87700}│ {icon} {name:6} │{$4}│{#keys}║{$2}",
  112. "format": "{size-used} \/ {size-total} ({size-percentage}) - {filesystem}"
  113. },
  114. {
  115. "type": "custom",
  116. "key": "║{##b87700}└───────────────┴{$1}┘{#keys}║",
  117. "format": ""
  118. },
  119. {
  120. "type": "custom",
  121. "key": "║{#magenta}┌───────────────┬{$1}┐{#keys}║\u001b[36D",
  122. "format": "{#bright_magenta} OS Info "
  123. },
  124. {
  125. "type": "disk",
  126. "keyIcon": "󰃭",
  127. "key": "║{#magenta}│ {icon} Age │{$4}│{#keys}║{$2}",
  128. "folders": "/",
  129. "format": "{years}y {days}d {hours}h {minutes}m"
  130. },
  131. {
  132. "type": "command",
  133. "keyIcon": "",
  134. "key": "║{#magenta}│ {icon} Birthday │{$4}│{#keys}║{$2}",
  135. "text": "birth_install=$(stat -c %W /); echo $(date -d @$birth_install '+%b %d %Y')"
  136. },
  137. {
  138. "type": "custom",
  139. "key": "║{#magenta}└───────────────┴{$1}┘{#keys}║",
  140. "format": ""
  141. },
  142. {
  143. "type": "custom",
  144. "key": "╚══════════════════{$5}╝",
  145. "format": ""
  146. },
  147. ]
  148. }
  149.  
Advertisement
Add Comment
Please, Sign In to add comment