fix(waybar): active workspace indicator
This commit is contained in:
parent
ab9fe5e282
commit
c6d82a0dde
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ let
|
||||||
* { color: ${palette.fg}; }
|
* { color: ${palette.fg}; }
|
||||||
window#waybar { background: ${palette.bg}; }
|
window#waybar { background: ${palette.bg}; }
|
||||||
#workspaces button { background: transparent; }
|
#workspaces button { background: transparent; }
|
||||||
|
#workspaces button.active { box-shadow: inset 0 -2px ${palette.accent}; }
|
||||||
#window { color: ${palette.fgAlt}; }
|
#window { color: ${palette.fgAlt}; }
|
||||||
tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; }
|
tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; }
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue