dotfiles/.config/fastfetch/config.jsonc
2025-06-03 02:23:28 +03:30

45 lines
746 B
JSON

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "~/.config/fastfetch/ascii.txt"
},
"modules": [
//"title",
//"separator",
"break",
{
"type": "command",
"key": "OS",
"text": "echo '???'"
},
{
"type": "command",
"key": "Kernel",
"text": "echo '6.15.0'"
},
"uptime",
{
"type": "packages",
"key": "Packages",
"value": "{1}",
"format": "{1}",
"compact": false
},
"shell",
{
"type": "command",
"key": "Init system",
"text": "echo 'systemd'"
},
"display",
"icons",
"font",
"cpu",
"gpu",
"memory",
"swap",
"battery",
"break",
"colors"
]
}