Files
nixos-dots/fastfetch/config.jsonc

51 lines
1.0 KiB
JSON

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "/home/lusia/.config/fastfetch/logo.png",
"type": "kitty-direct",
"width": 22,
"height": 11
},
"display": {
"separator": " ",
"color": {
"keys": "magenta"
},
"size": {
"ndigits": 0,
"maxPrefix": "MB"
},
"key": {
"type": "icon"
}
},
"modules": [
"break",
{
"type": "title",
"color": {
"user": "green",
"at": "red",
"host": "blue"
}
},
"os",
"kernel",
"shell",
"terminal",
"wm",
"cpu",
"memory",
"packages",
"uptime",
{
"type": "colors",
"key": "Colors",
"symbol": "circle",
"block": {
"range": [1, 6]
}
}
]
}