Files
dotfiles/.config/fastfetch/config.jsonc
T

36 lines
597 B
JSON

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
// "logo": {
// "source": "~/.config/fastfetch/fedora.png",
// "type": "auto",
// "width": 10
// },
"logo": {
"type": "none"
},
"modules": [
"title",
"separator",
"os",
{
"key": "Age",
"type": "disk",
"folders": "/",
"format": "{create-time:10} ({days} days)"
},
"uptime",
"packages",
"kernel",
"cpu",
{
"type":"gpu",
"format":"{vendor} {name} | {driver}"
},
"localip",
"battery",
"poweradapter",
"break",
"colors"
]
}