unix-config/.config/fastfetch/config.jsonc
2025-04-30 16:22:36 +10:00

32 lines
543 B
Plaintext

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
"colors",
"break",
"host",
"kernel",
"uptime",
"shell",
"de",
"terminal",
"cpu",
"gpu",
"memory",
{ "type": "localip", "key": "IP" }
],
"display": {
"key": { "width": 11 },
"percent": { "type": 2 }
},
"logo": {
"type": "iterm",
"source": "~/.config/fastfetch/neko.gif",
"width": 14,
"height": 7,
"padding": {
"top": 2,
"left": 2
}
}
}