// Config for `fastfetch` // // See: https://github.com/fastfetch-cli/fastfetch // // Colors are 24-bit ANSI codes ("38;2;R;G;B") // following the teal palette documented // in ~/.config/gnome-settings/README.md { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "type": "small", "color": { "1": "38;2;33;144;164", // Stop 5 "2": "38;2;74;164;182" // Stop 4 }, "padding": { "top": 1, "right": 4 } }, "display": { "separator": " ", "color": { "keys": "38;2;33;144;164", // Stop 5 "title": "38;2;222;237;241", // Stop 1 "separator": "38;2;10;98;113" // Stop 9 }, "key": { "width": 12 } }, "modules": [ "title", "separator", "os", "kernel", "uptime", "packages", "shell", "break", "cpu", "memory", { "type": "disk", "folders": "/" }, "localip", "break", "colors" ] }