[waybar/hyprland] Met en avant le workspace actif

This commit is contained in:
2026-01-27 10:58:49 +01:00
parent 0d19a7953f
commit 3d34eb5fb3

View File

@@ -63,6 +63,11 @@ button:hover {
box-shadow: inset 0 -3px #ffffff;
}
#workspaces button.active {
background-color: #64727D;
box-shadow: inset 0 -3px #ffffff;
}
#workspaces button.urgent {
background-color: #eb4d4b;
}