Advertisement
Guest User

Fastfetch Conf

a guest
Feb 17th, 2025
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 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/xero.png",
  5. "type": "kitty",
  6. "height": 13,
  7. "width": 26,
  8. "padding": {
  9. "top": 2,
  10. "left": 3,
  11. },
  12. },
  13. "display": {
  14. "color": {
  15. "separator": "blue",
  16. },
  17. "separator": " | ",
  18. },
  19. "modules": [
  20. "break",
  21. "break",
  22. {
  23. "key": " bedrock Linux ",
  24. "keyColor": "magenta",
  25. },
  26. {
  27. "type": "custom",
  28. "format": ">---------------------------<Hardware>-----------------------------<",
  29. "outputColor": "separator",
  30. },
  31. {
  32. "type": "host",
  33. "key": " MRB ",
  34. "keyColor": "cyan"
  35. },
  36. {
  37. "type": "memory",
  38. "key": " RAM ",
  39. "keyColor": "cyan",
  40. },
  41. {
  42. "type": "cpu",
  43. "key": "󰍛 CPU ",
  44. "showPeCoreCount": true,
  45. "keyColor": "cyan",
  46. },
  47. {
  48. "type": "gpu",
  49. "key": "󰍛 GPU ",
  50. "keyColor": "cyan",
  51. "text": "lspci | grep -i vga | awk -F': | \\\\[|\\\\]' '{print $2 \" [\" $3 \"]\"}'"
  52. },
  53. {
  54. "type": "disk",
  55. "key": "󰉉 Disk ",
  56. "keyColor": "cyan",
  57. },
  58. {
  59. "type": "custom",
  60. "format": ">---------------------------<Software>-----------------------------<",
  61. "outputColor": "separator",
  62. },
  63. {
  64. "type": "wmtheme",
  65. "key": "󰉼 Theme ",
  66. "keyColor": "green",
  67. },
  68. {
  69. "key": "Bedrock Linux",
  70. "type":"kernel",
  71. "type": "shell",
  72. "key": " kernel ",
  73. "keyColor": "green",
  74. },
  75. {
  76. "type": "wm",
  77. "key": " Session ",
  78. "keyColor": "green",
  79. },
  80. {
  81. "type": "terminal",
  82. "key": " Terminal ",
  83. "keyColor": "green",
  84. },
  85. {
  86. "type": "de",
  87. "key": " Desktop ",
  88. "keyColor": "green",
  89. },
  90. {
  91. "type": "packages",
  92. "key": "󰏖 Packages ",
  93. "keyColor": "green",
  94. },
  95. {
  96. "type": "gpu",
  97. "key": "󰍛 G-Driver ",
  98. "format": "{3}",
  99. "keyColor": "green",
  100. },
  101. {
  102. "type": "custom",
  103. "format": ">------------------------<Operating Sys>---------------------------<",
  104. "outputColor": "separator",
  105. },
  106. {
  107. "type": "command",
  108. "key": "󰅐 OS Age ",
  109. "keyColor": "blue",
  110. "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days",
  111. },
  112. {
  113. "type": "uptime",
  114. "key": "󰅐 Uptime ",
  115. "keyColor": "blue",
  116. },
  117. {
  118. "type": "custom",
  119. "format": ">------------------------<hm Cowsay? :)>---------------------------<",
  120. "outputColor": "separator",
  121. },
  122. "break",
  123. "break",
  124. ],
  125. }
  126.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement