Guest User

Untitled

a guest
Jan 22nd, 2026
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 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/logos/mimi.png",
  5. "type": "kitty",
  6. "height": 15,
  7. "padding": {
  8. "top": 1,
  9. "right": 0,
  10. "left": 0
  11. }
  12. },
  13. "display": {
  14. "separator": " "
  15. },
  16. "modules": [
  17. {
  18. "key": "╭───────────╮",
  19. "type": "custom"
  20. },
  21. {
  22. "key": "│ {#31} user {#keys}│",
  23. "type": "title",
  24. "format": "{user-name}"
  25. },
  26. {
  27. "key": "│ {#33}󰅐 uptime {#keys}│",
  28. "type": "uptime"
  29. },
  30. {
  31. "key": "│ {#32} display {#keys}│",
  32. "type": "display",
  33. "compactType": "original-with-refresh-rate"
  34. },
  35. {
  36. "key": "│ {#34}{icon} distro {#keys}│",
  37. "type": "os"
  38. },
  39. {
  40. "key": "│ {#35} kernel {#keys}│",
  41. "type": "kernel"
  42. },
  43. {
  44. "key": "│ {#36} wm {#keys}│",
  45. "type": "wm"
  46. },
  47. {
  48. "key": "│ {#36}󰇄 desktop {#keys}│",
  49. "type": "de"
  50. },
  51. {
  52. "key": "│ {#31} term {#keys}│",
  53. "type": "terminal"
  54. },
  55. {
  56. "key": "│ {#32} shell {#keys}│",
  57. "type": "shell"
  58. },
  59. {
  60. "type": "packages",
  61. "key": "│ {#33}󰏖 apps {#keys}│"
  62. },
  63. {
  64. "key": "│ {#34}󰉉 disk {#keys}│",
  65. "type": "disk",
  66. "folders": "/"
  67. },
  68. {
  69. "key": "│ {#36} memory {#keys}│",
  70. "type": "memory"
  71. },
  72. {
  73. "type": "terminalfont",
  74. "key": "│ {#35} font {#keys}│"
  75. },
  76. {
  77. "type": "command",
  78. "key": "│ {#33}󱦟 OS Age {#keys}│",
  79. "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
  80. },
  81. {
  82. "key": "├───────────┤",
  83. "type": "custom"
  84. },
  85. {
  86. "key": "│ {#39} colors {#keys}│",
  87. "type": "colors",
  88. "symbol": "circle"
  89. },
  90. {
  91. "key": "╰───────────╯",
  92. "type": "custom"
  93. }
  94. ]
  95. }
  96.  
Advertisement
Add Comment
Please, Sign In to add comment