Advertisement
harilvfs

Fastfetch

Feb 17th, 2025
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 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": "custom",
  45. "format": "\u001b[90m└────────────────────────────────────────────────────┘"
  46. },
  47. "break",
  48. {
  49. "type": "custom",
  50. "format": "\u001b[90m┌──────────────────────Software──────────────────────┐"
  51. },
  52. {
  53. "type": "os",
  54. "key": " OS",
  55. "keyColor": "yellow"
  56. },
  57. {
  58. "type": "bios",
  59. "key": "│ ├",
  60. "keyColor": "yellow"
  61. },
  62. {
  63. "type": "packages",
  64. "key": "│ ├󰏖",
  65. "keyColor": "yellow"
  66. },
  67. {
  68. "type": "shell",
  69. "key": "└ └",
  70. "keyColor": "yellow"
  71. },
  72. "break",
  73. {
  74. "type": "de",
  75. "key": " DE",
  76. "keyColor": "blue"
  77. },
  78. {
  79. "type": "lm",
  80. "key": "│ ├",
  81. "keyColor": "blue"
  82. },
  83. {
  84. "type": "wm",
  85. "key": "│ ├",
  86. "keyColor": "blue"
  87. },
  88. {
  89. "type": "wmtheme",
  90. "key": "│ ├󰉼",
  91. "keyColor": "blue"
  92. },
  93. {
  94. "type": "terminal",
  95. "key": "└ └",
  96. "keyColor": "blue"
  97. },
  98. {
  99. "type": "custom",
  100. "format": "\u001b[90m└────────────────────────────────────────────────────┘"
  101. },
  102. "break",
  103. {
  104. "type": "custom",
  105. "format": "\u001b[90m┌────────────────────Uptime / Age / DT────────────────────┐"
  106. },
  107. {
  108. "type": "command",
  109. "key": " OS Age ",
  110. "keyColor": "magenta",
  111. "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
  112. },
  113. {
  114. "type": "uptime",
  115. "key": " Uptime ",
  116. "keyColor": "magenta"
  117. },
  118. {
  119. "type": "datetime",
  120. "key": " DateTime ",
  121. "keyColor": "magenta"
  122. },
  123. {
  124. "type": "custom",
  125. "format": "\u001b[90m└─────────────────────────────────────────────────────────┘"
  126. },
  127. "break",
  128. ]
  129. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement