From afc62f3bad53a61cdcdb7643a56a6c9618f97028 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 12:18:03 -0500 Subject: [PATCH] fix(waybar): make styling minimal --- 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 cbbc70c..4f63127 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -13,14 +13,11 @@ let * { color: ${palette.fg}; } window#waybar { background: ${palette.bg}; } #workspaces button { color: ${palette.fgAlt}; background: transparent; } - #workspaces button.active { color: ${palette.fg}; box-shadow: inset 0 -2px ${palette.accent}; } + #workspaces button.active { box-shadow: inset 0 -2px ${palette.accent}; } #window { color: ${palette.fgAlt}; } #pulseaudio.muted { color: ${palette.fgAlt}; } #network.disconnected { color: ${palette.fgAlt}; } - #battery.lo, #battery.ultralo { color: ${palette.red}; } - #language { color: ${palette.fg}; } tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; } - tooltip * { color: ${palette.fg}; } ''; in {