unix-config/.config/fastfetch/config.jsonc
2025-04-30 15:59:08 +10:00

36 lines
634 B
Plaintext

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
"title",
"separator",
"os",
"host",
"kernel",
"uptime",
"packages",
"shell",
"de",
"terminal",
{ "type": "terminalFont", "key": "Font" },
"cpu",
"gpu",
"memory",
{ "type": "localip", "key": "IP" },
"battery",
"poweradapter"
],
"display": {
"key": { "width": 11 },
"brightColor": true,
},
"logo": {
"type": "raw",
"source": "~/.config/fastfetch/neko.sixel",
"width": 14,
"height": 14,
"padding": {
"top": 1,
}
}
}