51 lines
822 B
JSON
51 lines
822 B
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"source": "~/.config/fastfetch/ascii.txt"
|
|
},
|
|
"modules": [
|
|
"title",
|
|
"separator",
|
|
{
|
|
"type": "command",
|
|
"key": "OS",
|
|
"text": "echo '???'"
|
|
},
|
|
"kernel",
|
|
{
|
|
"type": "command",
|
|
"key": "Kernel",
|
|
"text": "echo '6.15.???'"
|
|
},
|
|
"uptime",
|
|
{
|
|
"type": "packages",
|
|
"key": "Packages",
|
|
"value": "{1}",
|
|
"format": "{1}",
|
|
"compact": false
|
|
},
|
|
"shell",
|
|
"display",
|
|
"de",
|
|
"wm",
|
|
"wmtheme",
|
|
"theme",
|
|
"icons",
|
|
"font",
|
|
"cursor",
|
|
"terminal",
|
|
"terminalfont",
|
|
"cpu",
|
|
"gpu",
|
|
"memory",
|
|
"swap",
|
|
"disk",
|
|
"localip",
|
|
"battery",
|
|
"poweradapter",
|
|
"locale",
|
|
"break",
|
|
"colors"
|
|
]
|
|
}
|