diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-11 14:39:05 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-11 14:39:05 -0500 |
| commit | c6a372c3ae70eeee2ad3c413bb8a60264d0be904 (patch) | |
| tree | a956d93fc0bda211dc6ddab7de5a8a241956d920 | |
| parent | 3cc5046b74f3d438e4ab297ef7c2591faffa8880 (diff) | |
Fixing line under waybar, hope doesn't break other fixes
| -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 */ } |
