31 lines
494 B
JSON
31 lines
494 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",
|
|
"uptime",
|
|
"packages",
|
|
"kernel",
|
|
"cpu",
|
|
{
|
|
"type":"gpu",
|
|
"format":"{vendor} {name} | {driver}"
|
|
},
|
|
"localip",
|
|
"battery",
|
|
"poweradapter",
|
|
"break",
|
|
"colors"
|
|
]
|
|
}
|
|
|