dotfiles/.config/fastfetch/config.jsonc
2024-07-29 20:39:27 +02:00

94 lines
2 KiB
JSON

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "$XDG_CONFIG_HOME/fastfetch/logo.png",
"height": 18,
},
"display": {
"separator": " ➜ ",
"color": "white",
},
"modules": [
{
"type": "custom",
"format": "┌──────────── Hardware Information ────────────┐",
},
{
"type": "cpu",
"key": "  CPU",
"keyColor": "blue",
},
{
"type": "board",
"key": "  Board",
"keyColor": "magenta",
},
{
"type": "gpu",
"format": "{2} {3}",
"key": " 󰛇 GPU",
"keyColor": "yellow",
},
{
"type": "memory",
"key": "  Memory",
"keyColor": "green",
},
{
"type": "display",
"key": " 󰍹 Display",
"keyColor": "cyan",
"compactType": "original",
},
"break",
{
"type": "custom",
"format": "├──────────── Software Information ────────────┤",
},
{
"type": "os",
"key": "  OS",
"keyColor": "blue",
},
{
"type": "kernel",
"key": "  Kernel",
"keyColor": "red",
},
{
"type": "shell",
"key": "  Shell",
"keyColor": "magenta",
},
{
"type": "wm",
"key": "  WM",
"keyColor": "cyan",
},
{
"type": "terminal",
"key": "  Terminal",
"keyColor": "yellow",
},
{
"type": "packages",
"key": "  Packages",
"keyColor": "green",
},
{
"type": "uptime",
"key": " 󱫐 Uptime",
"keyColor": "white",
},
{
"type": "custom",
"format": "└──────────────────────────────────────────────┘",
},
"break",
{
"type": "colors",
"symbol": "block",
"paddingLeft": 12,
},
],
}