From 412c51cde3f167822a7245715bea6b0bb208c332 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sun, 11 Jan 2026 14:41:10 -0500 Subject: Trying to remove line under waybar #2 --- config/waybar/style/ML4W Glass.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/config/waybar/style/ML4W Glass.css b/config/waybar/style/ML4W Glass.css index 2a6893e3..ba4f99c6 100644 --- a/config/waybar/style/ML4W Glass.css +++ b/config/waybar/style/ML4W Glass.css @@ -45,8 +45,6 @@ window#waybar { background: transparent; border: 0; outline: none; - box-shadow: - inset 0 -3px 0 alpha(@accent, 0.6); /* visible accent strip on bottom edge */ } .modules-left { @@ -64,7 +62,10 @@ window#waybar { opacity: 0.8; padding: 0px; margin: 10px; - box-shadow: inset 1px 2px 2px rgba(255, 255, 255, 0.2); + 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); } .modules-right { @@ -99,7 +100,9 @@ window#waybar { border: 1px solid transparent; opacity: 0.8; margin: 10px; - box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.2); + box-shadow: + inset 0 -2px 0 alpha(@accent, 0.45), + inset 0px 2px 2px rgba(255, 255, 255, 0.2); } label.module { -- cgit v1.2.3