harilvfs

Multiple Drives

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