dotfiles/.config/fastfetch/config.jsonc
2025-06-01 06:53:42 +03:30

43 lines
709 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",
"wmtheme",
"theme",
"icons",
"font",
"cursor",
"cpu",
"gpu",
"memory",
"swap",
"battery",
"break",
"colors"
]
}