waybar(workspaces): Remove hover feedback

Unfortunately, I haven't came up with a solution to making waybar
workspaces clickable with hyprland-autoname-workspaces yet.
This commit is contained in:
Donovan Glover 2023-06-14 08:42:09 -04:00
parent 080a491b20
commit 4d1f614163
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -117,6 +117,10 @@
border-bottom: 1px solid alpha(@base02, 0.5);
}
#workspaces button:hover {
background: inherit;
}
#workspaces button.active {
background: alpha(@base02, 0.5);
}