From be732178719256e97a746878910542fb64025a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Tue, 19 Nov 2024 17:54:33 -0300 Subject: [PATCH] :boom: fix(waybar): transparent tray menu --- waybar/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 {