From 3944278f2e3a1ad65451d5f7baa850866df70b61 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 12:28:10 -0500 Subject: [PATCH] fix(waybar): styling --- home/modules/ui.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/home/modules/ui.nix b/home/modules/ui.nix index a5ef7ce..81aa0c6 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -12,11 +12,8 @@ let mkWaybarTheme = palette: '' * { color: ${palette.fg}; } window#waybar { background: ${palette.bg}; } - #workspaces button { color: ${palette.fgAlt}; background: transparent; } - #workspaces button.active { box-shadow: inset 0 -2px ${palette.accent}; } + #workspaces button.active { background: ${palette.bgAlt}; } #window { color: ${palette.fgAlt}; } - #pulseaudio.muted { color: ${palette.fgAlt}; } - #network.disconnected { color: ${palette.fgAlt}; } tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; } ''; in