fix(waybar): active workspace indicator

This commit is contained in:
Barrett Ruth 2026-02-14 12:51:29 -05:00
parent ab9fe5e282
commit c6d82a0dde
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -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}; }
'';