{ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "source": "rhel_old", "color": { "1": "36", "2": "31", "3": "36", "4": "31" } }, "display": { "separator": " ", "color": { "keys": "magenta", "output": "cyan", "title": "magenta" }, "key": { "width": 10 } }, "modules": [ // ─── System Info ───────────────────────────── "title", { "type": "custom", "format": "{#yellow}╭─  System Info ─────────────────────────────╮{#}" }, { "type": "os", "key": " ├──  OS" }, { "type": "kernel", "key": " ├──  Kernel" }, { "type": "wm", "key": " ├──  Window Manager" }, { "type": "uptime", "key": " └──  Uptime" }, { "type": "custom", "format": "{#yellow}╰─────────────────────────────────────────────╯{#}" }, // ─── Hardware ─────────────────────────────── { "type": "custom", "format": "{#yellow}╭─  Hardware ───────────────────────────────╮{#}" }, { "type": "cpu", "key": " ├──  CPU" }, { "type": "gpu", "key": " ├── 󰍛 GPU" }, { "type": "memory", "key": " ├──  Memory" }, { "type": "disk", "key": " └──  Disk" }, { "type": "custom", "format": "{#yellow}╰─────────────────────────────────────────────╯{#}" }, // ─── Software & ENV ───────────────────────── { "type": "custom", "format": "{#yellow}╭─  Software & ENV ─────────────────────────╮{#}" }, { "type": "packages", "key": " ├── \uf487 Packages" }, { "type": "shell", "key": " ├──  Shell" }, { "type": "terminal", "key": " └──  Terminal" }, { "type": "custom", "format": "{#yellow}╰─────────────────────────────────────────────╯{#}" } ] }