From f9a20c071705d23755c621d2ccc21a6962dce377 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Tue, 31 Mar 2026 19:00:14 -0400 Subject: [PATCH] bug: fix waybar after merge --- waybar/.config/waybar/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index f0ff175..94adb2c 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -47,9 +47,10 @@ tooltip { #battery, #tray, #custom-power { - background: @background; - border: 1px solid alpha(@accent-alt, 0.22); - border-radius: 8px; + background: alpha(@background, 0.56); + border: 1px solid alpha(@foreground, 0.14); + border-radius: 14px; + box-shadow: 0 8px 24px alpha(@background, 0.22); margin: 0 5px; padding: 0 12px; min-height: 34px;