diff options
| -rw-r--r-- | config/waybar/style/ML4W Glass.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/config/waybar/style/ML4W Glass.css b/config/waybar/style/ML4W Glass.css index c798acc6..2a6893e3 100644 --- a/config/waybar/style/ML4W Glass.css +++ b/config/waybar/style/ML4W Glass.css @@ -43,11 +43,8 @@ General window#waybar { background: transparent; - background-image: - linear-gradient(to bottom, - alpha(@surface, 0.85) 0%, - alpha(@surface_dim, 0.85) 65%, - alpha(@accent, 0.28) 100%); + border: 0; + outline: none; box-shadow: inset 0 -3px 0 alpha(@accent, 0.6); /* visible accent strip on bottom edge */ } |
