diff options
| -rw-r--r-- | config/waybar/style/ML4W Glass.css | 11 |
1 files 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 { |
