Advertisement
Guest User

fastfetch config.jsonc

a guest
Feb 14th, 2025
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | Help | 0 0
  1. {
  2. "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  3. "modules": [
  4.  
  5. {
  6. "logo": {
  7. "source": "/home/arshana/Personal/fetch/thinkpad-ff.txt",
  8. "type": "file",
  9. "color": {
  10. "1": "white",
  11. "2": "red",
  12. "3": "38;2;23;147;209"
  13. }
  14. }
  15. },
  16.  
  17. "title",
  18. "separator",
  19. "os",
  20. "host",
  21. "kernel",
  22. "uptime",
  23. "packages",
  24. "shell",
  25. "display",
  26. "de",
  27. "wm",
  28. "wmtheme",
  29. "theme",
  30. "icons",
  31. "font",
  32. "cursor",
  33. "terminal",
  34. "terminalfont",
  35. "cpu",
  36. "gpu",
  37. "memory",
  38. "swap",
  39. "disk",
  40. "localip",
  41. "battery",
  42. "poweradapter",
  43. "locale",
  44. "break",
  45. "colors"
  46. ]
  47. }
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement