fix: restore border width

This commit is contained in:
Barrett Ruth 2026-02-14 18:30:25 -05:00
parent 1e426cfee1
commit 9cc808e0ee
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -11,7 +11,7 @@ let
mkWaybarTheme = palette: ''
* { color: ${palette.fg}; }
window#waybar { background: ${palette.bg}; border-bottom: 1px solid ${palette.bgAlt}; }
window#waybar { background: ${palette.bg}; border-bottom: 2px solid ${palette.bgAlt}; }
#workspaces button { background: transparent; }
#workspaces button.active { box-shadow: inset 0 2px ${palette.accent}; }
#workspaces button:hover { background: ${palette.bgAlt}; }