diff --git a/waybar/style.css b/waybar/style.css index a42813e..ef9d611 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -52,8 +52,8 @@ window#waybar > box > * > widget:last-child .module { menu { - background: transparent; - border: none; + background: @background; + padding: 2px; } menu > separator { @@ -67,13 +67,13 @@ menu > * { } menu > *:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; + border-top-left-radius: 6px; + border-top-right-radius: 6px; } menu > *:last-child { - border-bottom-left-radius: 8px; - border-bottom-right-radius: 8px; + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; } menu > *:hover {