From 33ac2be5d1ae7fe3f245f67c68a99a5326f2406c Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sun, 11 Jan 2026 14:43:50 -0500 Subject: Broke waybar, fixing --- config/waybar/style/ML4W Glass.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/waybar/style/ML4W Glass.css b/config/waybar/style/ML4W Glass.css index ba4f99c6..bba95214 100644 --- a/config/waybar/style/ML4W Glass.css +++ b/config/waybar/style/ML4W Glass.css @@ -64,8 +64,7 @@ window#waybar { margin: 10px; box-shadow: inset 0 -2px 0 alpha(@accent, 0.45), - inset 1px 2px 2px rgba(255, 255, 255, 0.3); - inset 1px 2px 2px rgba(255, 255, 255, 0.2); + inset 1px 2px 2px rgba(255, 255, 255, 0.2); } .modules-right { @@ -83,7 +82,9 @@ window#waybar { opacity: 0.8; padding: 0px; margin: 10px; - box-shadow: inset 1px 2px 2px rgba(255, 255, 255, 0.3); + box-shadow: + inset 0 -2px 0 alpha(@accent, 0.45), + inset 1px 2px 2px rgba(255, 255, 255, 0.3); } .modules-center { -- cgit v1.2.3