fastfetch - configuration file
Personal configuration file for voilinux
Location:
/home/$USER/.config/fastfetch/config.jsonc

July 2025
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"display": {
"color": {
"keys": "#59bc9d",
"separator": "green",
"output": "green" // default color , only the output color of the modules , it means after the separator
},
},
"modules": [
"title",
"separator",
"os",
"host",
{
"type": "kernel",
// "keyColor": "red",
"outputColor": "bold_red", // show in red
"brightColor": true
},
"uptime",
"packages",
"shell",
"display",
"de",
"wm",
"wmtheme",
"theme",
"icons",
"font",
"cursor",
"terminal",
"terminalfont",
"cpu",
"gpu",
"memory",
"swap",
"disk",
{
"type": "sound",
"format": "{platform-api}"
},
"localip",
"battery",
"poweradapter",
"locale",
"break",
"colors"
]
}