quickshell-rice/fastfetch/config.jsonc

81 lines
1.3 KiB
Plaintext

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "~/.config/fastfetch/hamster_cookie.txt",
"type": "file",
"padding": {
"top": 0,
"left": 1,
"right": 3
}
},
"display": {
"separator": " ➜ ",
"color": {
"keys": "#a7c080",
"title": "#7fbbb3"
}
},
"modules": [
"title",
"separator",
{
"type": "os",
"key": "OS",
"keyColor": "cyan"
},
{
"type": "host",
"key": "Host",
"keyColor": "green"
},
{
"type": "kernel",
"key": "Kernel",
"keyColor": "yellow"
},
{
"type": "uptime",
"key": "Uptime",
"keyColor": "blue"
},
{
"type": "packages",
"key": "Packages",
"keyColor": "magenta"
},
{
"type": "shell",
"key": "Shell",
"keyColor": "cyan"
},
{
"type": "terminal",
"key": "Terminal",
"keyColor": "green"
},
{
"type": "wm",
"key": "WM",
"keyColor": "yellow"
},
{
"type": "cpu",
"key": "CPU",
"keyColor": "blue"
},
{
"type": "gpu",
"key": "GPU",
"keyColor": "magenta"
},
{
"type": "memory",
"key": "Memory",
"keyColor": "red"
},
"break",
"colors"
]
}