From 9c900d119db67ca211dda95d1d6f98248173ec79 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 12:29:27 -0500 Subject: [PATCH] fix(waybar): remove active button hover styling --- home/modules/ui.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/modules/ui.nix b/home/modules/ui.nix index 81aa0c6..153bac2 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -12,7 +12,6 @@ let mkWaybarTheme = palette: '' * { color: ${palette.fg}; } window#waybar { background: ${palette.bg}; } - #workspaces button.active { background: ${palette.bgAlt}; } #window { color: ${palette.fgAlt}; } tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; } '';