LonelyMachines

Fastfetch Config

Jul 20th, 2025 (edited)
1,059
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.34 KB | Fixit | 0 0
  1. {
  2.     "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  3.     "logo": {
  4.         "type": "none"
  5.     },
  6.     "display": {
  7.         "separator": "->   ",
  8.         "color": {
  9.             "separator": "1" // Bold
  10.         },
  11.         "constants": [
  12.             "───────────────────────────"
  13.         ],
  14.         "key": {
  15.             "type": "both",
  16.             "paddingLeft": 4
  17.         }
  18.     },
  19.     "modules": [
  20.         {
  21.             "type": "title",
  22.             "format": "                             {user-name-colored}{at-symbol-colored}{host-name-colored}"
  23.         },
  24.         "break",
  25.         {
  26.             "type": "custom",
  27.             "format": "┌{$1} {#1}System Information{#} {$1}┐"
  28.         },
  29.         "break",
  30.         {
  31.             "key": "OS           ",
  32.             "keyColor": "38;5;210",
  33.             "type": "os"
  34.         },
  35.         {
  36.             "key": "Machine      ",
  37.             "keyColor": "38;5;74",
  38.             "type": "host"
  39.         },
  40.         {
  41.             "key": "Kernel       ",
  42.             "keyColor": "green",
  43.             "type": "kernel"
  44.         },
  45.         {
  46.             "key": "Uptime       ",
  47.             "keyColor": "cyan",
  48.             "type": "uptime"
  49.         },
  50.         {
  51.             "key": "CPU          ",
  52.             "keyColor": "38;5;131",
  53.             "type": "cpu"
  54.         },
  55.         {
  56.             "key": "CPU Load     ",
  57.             "keyColor": "yellow",
  58.             "type": "cpuusage",
  59.             "compact": true
  60.         },
  61.         {
  62.             "key": "Memory       ",
  63.             "keyColor": "38;5;210",
  64.             "type": "memory"
  65.         },
  66.         {
  67.             "key": "Resolution   ",
  68.             "keyColor": "38;5;74",
  69.             "type": "display",
  70.             "compactType": "original-with-refresh-rate"
  71.         },
  72.         {
  73.             "key": "WM           ",
  74.             "keyColor": "green",
  75.             "type": "wm"
  76.         },
  77.         {
  78.             "key": "DE           ",
  79.             "keyColor": "cyan",
  80.             "type": "de"
  81.         },
  82.        {
  83.             "key": "Theme        ",
  84.             "keyColor": "38;5;131",
  85.             "type": "theme"
  86.         },
  87.  
  88.          {
  89.             "key": "Icons        ",
  90.             "keyColor": "yellow",
  91.             "type": "icons"
  92.         },
  93.  
  94.          {
  95.             "key": "Font         ",
  96.             "keyColor": "38;5;210",
  97.             "type": "font"
  98.         },
  99.         {
  100.             "key": "Terminal     ",
  101.             "keyColor": "38;5;74",
  102.             "type": "terminal"
  103.         },
  104.         {
  105.             "key": "Shell        ",
  106.             "keyColor": "green",
  107.             "type": "shell"
  108.         },
  109.         {
  110.             "key": "Fixed Font   ",
  111.             "keyColor": "cyan",
  112.             "type": "TerminalFont"
  113.         },
  114.              
  115.                 {
  116.             "key": "Music        ",
  117.             "keyColor": "38;5;131",
  118.             "type": "media",
  119.             "timeout": 1000
  120.         },
  121.  
  122.  
  123.  
  124.         "break",
  125.         {
  126.             "type": "custom",
  127.             "format": "└{$1}────────────────────{$1}┘"
  128.         },
  129.         "break",
  130.         {
  131.             "type": "colors",
  132.             "paddingLeft": 34,
  133.             "symbol": "circle"
  134.         }
  135.     ]
  136. }
Tags: fastfetch
Advertisement
Add Comment
Please, Sign In to add comment