From ab9fe5e282bee86a95f64157a461895ad421475a Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 12:48:26 -0500 Subject: [PATCH] fix(waybar): remove active workspace hover effect --- home/modules/ui.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home/modules/ui.nix b/home/modules/ui.nix index 62f253d..6aff438 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -179,6 +179,13 @@ in #workspaces button { padding: 0 10px; min-width: 24px; + background: transparent; + box-shadow: none; + } + + #workspaces button:hover { + background: transparent; + box-shadow: none; } #language,