{ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "source": "\"$(fastfetch.sh logo)\"", "height": 18, "color": { "1": "#a3a3a3", "2": "white" } }, "display": { "separator": " : " }, "modules": [ { "type": "command", "key": " ", "keyColor": "blue", "text": "splash=$(hyprctl splash);echo $splash" }, { "type": "custom", "format": "┌──────────────────────────────────────────┐" }, { "type": "chassis", "key": " Chassis", "keyColor": "white", }, { "type": "os", "key": " OS", "format": "{2}", "keyColor": "white" }, { "type": "kernel", "key": " Kernel", "format": "{2}", "keyColor": "white" }, { "type": "packages", "key": " Packages", "keyColor": "white" }, { "type": "display", "key": " Display", "format": "{1}x{2} @ {3}Hz [{7}]", "keyColor": "white" }, { "type": "terminal", "key": " Terminal", "keyColor": "white" }, { "type": "wm", "key": " WM", "format": "{2}", "keyColor": "white" }, { "type": "custom", "format": "└──────────────────────────────────────────┘" }, "break", { "type": "title", "key": " ", "format": "{6} {7} {8}" }, { "type": "custom", "format": "┌──────────────────────────────────────────┐" }, { "type": "cpu", "format": "{1} @ {7}", "key": " CPU", "keyColor": "white" }, { "type": "gpu", "format": "{1} {2}", "key": " GPU", "keyColor": "white" }, { "type": "gpu", "format": "{3}", "key": " GPU Driver", "keyColor": "white" }, { "type": "memory", "key": " Memory ", "keyColor": "white" }, { "type": "disk", "key": " OS Age ", "folders": "/", "keyColor": "white", "format": "{days} days" }, { "type": "uptime", "key": " Uptime ", "keyColor": "white" }, { "type": "custom", "format": "└──────────────────────────────────────────┘" }, { "type": "colors", "paddingLeft": 2, "symbol": "circle" }, "break" ] }