mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-19 04:18:31 +01:00
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:
parent
080a491b20
commit
4d1f614163
@ -117,6 +117,10 @@
|
|||||||
border-bottom: 1px solid alpha(@base02, 0.5);
|
border-bottom: 1px solid alpha(@base02, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#workspaces button:hover {
|
||||||
|
background: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
background: alpha(@base02, 0.5);
|
background: alpha(@base02, 0.5);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user