redesigns waybar and small hyprland adjustments

This commit is contained in:
2026-08-07 18:06:02 +02:00
parent 97fb8472f2
commit 720004bde8
29 changed files with 791 additions and 242 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"hyprland/workspaces": {
"active-only": false,
"all-outputs": true,
"show-special": true,
"workspace-taskbar": {
"enable": true,
"active-window-position": "last",
"update-active-window": true,
"icon-theme": [
"Silvery-Dark-Icons"
]
},
"format-icons": {
"active": ""
},
"format": "{icon} {windows}"
},
"hyprland/window": {
"format": "[{class}] {title}",
"rewrite": {
"(.*) - Vivaldi": "$1",
"(.*) - fish": "$1"
},
"separate-outputs": false
}
}