Advertisement
LonelyMachines

Minimal Fastfetch Config

Oct 24th, 2024
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | Software | 0 0
  1. {
  2. "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  3. "logo": {
  4. "type": "small"
  5. },
  6. "display": {
  7. "constants": [
  8. "██ "
  9. ]
  10. },
  11. "modules": [
  12. {
  13. "key": "{$1}OS",
  14. "keyColor": "38;5;210",
  15. "type": "os"
  16. },
  17. {
  18. "key": "{$1}Kernel",
  19. "keyColor": "38;5;84",
  20. "type": "kernel"
  21. },
  22. {
  23. "key": "{$1}CPU",
  24. "keyColor": "38;5;44",
  25. "type": "cpuusage"
  26. },
  27. {
  28. "key": "{$1}Uptime",
  29. "keyColor": "38;5;147",
  30. "type": "uptime"
  31. },
  32. {
  33. "key": "{$1}Memory",
  34. "keyColor": "38;5;123",
  35. "type": "memory"
  36. },
  37. {
  38. "key": "{$1}Disk",
  39. "keyColor": "38;5;75",
  40. "type": "disk"
  41. },
  42. ]
  43.  
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement