From c6d82a0dde7c60a625b8795ea71f7766bc5c3663 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 12:51:29 -0500 Subject: [PATCH] fix(waybar): active workspace indicator --- home/modules/ui.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/ui.nix b/home/modules/ui.nix index 6aff438..21f7f61 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -13,6 +13,7 @@ let * { color: ${palette.fg}; } window#waybar { background: ${palette.bg}; } #workspaces button { background: transparent; } + #workspaces button.active { box-shadow: inset 0 -2px ${palette.accent}; } #window { color: ${palette.fgAlt}; } tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; } '';