diff --git a/templates/.config/waybar/style.css.j2 b/templates/.config/waybar/style.css.j2 index 9ec3897..3a93113 100644 --- a/templates/.config/waybar/style.css.j2 +++ b/templates/.config/waybar/style.css.j2 @@ -34,6 +34,20 @@ window#waybar { padding-right: 4px; } +menu { + background: @base01; + color: @base05; + + /* TODO: fix white background that should be transparent */ + border: none; + border-radius: 0; +} + +menuitem:hover { + background: @base03; + border: 1px solid @base04; +} + button { /* Use box-shadow instead of border so the text isn't offset */ box-shadow: inset 0 -3px transparent;