Oh thats why

This commit is contained in:
2026-02-18 05:37:35 +01:00
parent c8e99d0e06
commit d31d22b131

View File

@@ -4,7 +4,7 @@
"height": 30,
"spacing": 4,
"modules-left": ["hyprland/workspaces"],
"modules-center": ["hyprland/title"],
"modules-center": ["hyprland/window"],
"modules-right": ["clock", "cpu", "memory", "tray"],
"hyprland/workspaces": {
@@ -12,8 +12,11 @@
"on-click": "activate"
},
"hyprland/title": {
"format": "{title}"
"hyprland/window": {
"format": "{}",
"rewrite": {
"(.*) - zsh": "> [$1]"
}
},
"clock": {