better fastfetch

This commit is contained in:
samantha42
2026-03-07 09:49:25 +01:00
parent 59133dd616
commit c119e8cde5
2 changed files with 32 additions and 23 deletions

View File

@@ -5,71 +5,80 @@
"type": "kitty", "type": "kitty",
"height": 12, "height": 12,
"padding": { "padding": {
"top": 1 "top": 1,
"left":2
} }
}, },
"display": { "display": {
"separator": " \t " "separator": "\t",
}, "key": {
"width": 12, // Aligns keys to this width
"type": "string" // string, icon, both, or none
}
},
"modules": [ "modules": [
"break", "break",
{ {
"type": "os", "type": "custom",
"key": "OS ", "format": "Linux x86_64",
"key": "OS─╮",
"keyColor": "36", // = color1 "keyColor": "36", // = color1
}, },
{ {
"type": "kernel", "type": "kernel",
"key": "  ", "key": " ├─  ",
"keyColor": "36", "keyColor": "36",
}, },
{ {
"type": "packages", "type": "packages",
"format": "{} (pacman)", "format": "{} (pacman)",
"key": " 󰏖 ", "key": " ├─ 󰏖 ",
"keyColor": "36", "keyColor": "36",
}, },
{ {
"type": "shell", "type": "shell",
"key": "  ", "key": " ├─  ",
"keyColor": "34", "keyColor": "34",
}, },
{ {
"type": "wm", "type": "wm",
"key": " 󰉼 ", "key": " ├─ 󰉼 ",
"format": "{1}",
"keyColor": "34", "keyColor": "34",
}, },
{ {
"type": "terminal", "type": "terminal",
"key": "  ", "key": " ├─  ",
"keyColor": "34", "keyColor": "34",
}, },
{ {
"type": "cpu", "type": "custom",
"format": "{1} ({3})", "format": "i7-7700",
"key": "  ", "key": " ├─  ",
"keyColor": "35", "keyColor": "35",
}, },
{ {
"type": "gpu", "type": "custom",
"format": "{1} {2}", "format": "RX 6900 XT",
"key": " 󰢮 ", "key": " ├─ 󰢮 ",
"keyColor": "35", "keyColor": "35",
}, },
{ {
"type": "memory", "type": "memory",
"key": "  ", "key": " ├─  ",
"format": "{1} {3}",
"keyColor": "35", "keyColor": "35",
}, },
{ {
"type": "disk", "type": "disk",
"key": " ├ 󰋊 ", "format": "{1} {3}",
"key": " ╰─ 󰋊 ",
"keyColor": "35", "keyColor": "35",
}, },
"break", "break",
{ {
"type": "custom", "type": "custom",
"format": "\u001b[90m\u001b[31m\u001b[32m\u001b[33m\u001b[34m\u001b[35m\u001b[36m\u001b[37m" "format": "\u001b[90m⎳⎲⎳⎲\u001b[31m⎳⎲⎳⎲\u001b[32m⎳⎲⎳⎲\u001b[33m⎳⎲⎳⎲\u001b[34m⎳⎲⎳⎲\u001b[35m⎳⎲⎳⎲\u001b[36m⎳⎲⎳⎲\u001b[37m⎳⎲⎳⎲"
}, },
] ]
} }

View File

@@ -26,7 +26,7 @@ workspace = 10, monitor:HDMI-A-1
# See https://wiki.hypr.land/Configuring/Keywords/ # See https://wiki.hypr.land/Configuring/Keywords/
# Set programs that you use # Set programs that you use
$terminal = kitty $terminal = kitty --hold fastfetch
$fileManager = thunar $fileManager = thunar
$menu = wofi --show=drun $menu = wofi --show=drun