{ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "type": "kitty" }, "display": { "separator": "", "key": { "width": 0 }, "color": "blue" }, "modules": [ "break", { "key": " ", "type": "title", "format": "{1}@{2}", "keyWidth": 0, "outputColor": "cyan" }, "break", { "key": " kernel", "type": "kernel", "keyWidth": 12 }, { "key": " term", "type": "terminal", "keyWidth": 12 }, { "key": " shell", "type": "shell", "keyWidth": 12 }, { "key": "󰇄 wm", "type": "wm", "keyWidth": 12 }, "break", { "key": "󰍛 cpu", "type": "cpu", "format": "{1}", "keyWidth": 12 }, { "key": " gpu", "type": "gpu", "format": "{2} {4}", "keyWidth": 12 }, { "key": "󰉉 disk", "type": "disk", "folders": "/", "keyWidth": 12 }, { "key": "󰉉 disk", "type": "disk", "folders": "/coppermind", "keyWidth": 12 }, { "key": " memory", "type": "memory", "keyWidth": 12 }, "break", { "key": "󰅐 uptime", "type": "uptime", "keyWidth": 12, }, { "key": " pkgs", "type": "packages", "keyWidth": 12 }, "break", { "type": "colors", "symbol": "circle", "keyWidth": 0 } ] }