Files
dots/config/fastfetch/config.jsonc
T

44 lines
691 B
JSON

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
"display": {
"color": {
"keys": "38;2;255;255;255",
"title": "38;2;255;255;255",
"separator": "38;2;255;255;255"
}
},
"logo": {
"type": "file",
"source": "~/.config/fastfetch/maka.txt",
"color": {
"1": "38;2;255;255;255"
}
},
"modules": [
"title",
"separator",
"os",
"host",
"kernel",
"uptime",
"shell",
"de",
"wm",
"wmtheme",
"theme",
"icons",
"font",
"cursor",
"terminal",
"terminalfont",
"cpu",
"gpu",
"memory",
"battery",
"break",
"colors"
]
}