dotfiles/config/fastfetch/config.jsonc~
2025-07-02 08:35:35 +03:30

49 lines
816 B
JSON

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "~/.config/fastfetch/ascii.txt"
},
"display": {
"separator": ": ",
},
"packageManagers": {
"disabled": false,
"emerge": true
},
"modules": [
//"title",
//"separator",
"break",
{
"type": "command",
"key": "OS",
"text": "echo '???'"
},
{
"type": "command",
"key": "Kernel",
"text": "uname -r"
},
"uptime",
"packages",
"shell",
{
"type": "command",
"key": "Init system",
"text": "echo 'systemd'"
},
"display",
"icons",
"font",
{
"type": "cpu",
"format": "{name} ({cores-physical}C/{cores-logical}T) @ {freq-max}"
},
"gpu",
"memory",
"swap",
"battery",
"break",
"colors"
]
}