{ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "padding": { "top": 2 } }, "display": { "separator": "-> ", "color": { "separator": "1" }, "constants": [ "───────────────────────────" ], "key": { "type": "both", "paddingLeft": 4 } }, "modules": [ { "type": "title", "format": " {user-name-colored}{at-symbol-colored}{host-name-colored}" }, "break", { "type": "custom", "format": "┌{$1} {#1}System Information{#} {$1}┐" }, "break", { "key": "Machine ", "keyColor": "green", "type": "host" }, { "key": "OS ", "keyColor": "red", "type": "os" }, { "key": "Kernel ", "keyColor": "magenta", "type": "kernel" }, { "key": "Packages ", "keyColor": "blue", "type": "packages" }, { "key": "Shell ", "keyColor": "cyan", "type": "shell" }, { "key": "WM ", "keyColor": "yellow", "type": "wm" }, { "key": "Theme ", "keyColor": "green", "type": "theme" }, { "key": "Icons ", "keyColor": "red", "type": "icons" }, { "key": "Cursor ", "keyColor": "magenta", "type": "cursor" }, { "key": "Terminal ", "keyColor": "blue", "type": "terminal" }, { "key": "Font ", "keyColor": "cyan", "type": "font" }, { "key": "Terminal Font ", "keyColor": "yellow", "type": "terminalfont" }, { "key": "CPU ", "keyColor": "green", "type": "cpu", "temp": true }, { "key": "GPU ", "keyColor": "red", "type": "gpu", "temp": true }, { "key": "Disk ", "keyColor": "magenta", "type": "disk" }, { "key": "Memory ", "keyColor": "blue", "type": "memory" }, { "key": "Swap ", "keyColor": "cyan", "type": "swap" }, { "key": "Uptime ", "keyColor": "yellow", "type": "uptime" }, "break", { "type": "custom", "format": "└{$1}────────────────────{$1}┘" }, "break", { "type": "colors", "paddingLeft": 34, "symbol": "circle" } ] }