From 4d1f614163582a6de89abb04f56d8a516354d619 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 14 Jun 2023 08:42:09 -0400 Subject: [PATCH] waybar(workspaces): Remove hover feedback Unfortunately, I haven't came up with a solution to making waybar workspaces clickable with hyprland-autoname-workspaces yet. --- modules/waybar/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/waybar/default.nix b/modules/waybar/default.nix index b5b2d9a1..d13c4341 100644 --- a/modules/waybar/default.nix +++ b/modules/waybar/default.nix @@ -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); }