fix(waybar): reduce top bar border widht
This commit is contained in:
parent
5d7d1c8d02
commit
1e426cfee1
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ let
|
|||
|
||||
mkWaybarTheme = palette: ''
|
||||
* { color: ${palette.fg}; }
|
||||
window#waybar { background: ${palette.bg}; border-bottom: 2px solid ${palette.bgAlt}; }
|
||||
window#waybar { background: ${palette.bg}; border-bottom: 1px solid ${palette.bgAlt}; }
|
||||
#workspaces button { background: transparent; }
|
||||
#workspaces button.active { box-shadow: inset 0 2px ${palette.accent}; }
|
||||
#workspaces button:hover { background: ${palette.bgAlt}; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue