quickshell-rice/fastfetch/config.jsonc

34 lines
527 B
Plaintext

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "~/.config/fastfetch/hamster_cookie.txt",
"padding": {
"right": 4
}
},
"display": {
"color": {
"keys": "#a7c080",
"title": "#7fbbb3"
}
},
"modules": [
"title",
"separator",
"os",
"host",
"kernel",
"uptime",
"packages",
"shell",
"display",
"wm",
"terminal",
"cpu",
"gpu",
"memory",
"break",
"colors"
]
}