Merge pull request #4458 from kolayne/patch-1

Fix: style: show active workspace on hyprland
This commit is contained in:
Alexis Rouillard
2025-10-01 14:28:02 +02:00
committed by GitHub

View File

@ -63,7 +63,7 @@ button:hover {
background: rgba(0, 0, 0, 0.2);
}
#workspaces button.focused {
#workspaces button.focused, #workspaces button.active {
background-color: #64727D;
box-shadow: inset 0 -3px #ffffff;
}