Guest User

Untitled

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