diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-11 14:33:50 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-11 14:33:50 -0500 |
| commit | 3cc5046b74f3d438e4ab297ef7c2591faffa8880 (patch) | |
| tree | eee43a85732e6df75698cf5475985002032cecbc /config | |
| parent | 1c9648ff60124ca51c7ce5f4ed6f0e2ce44e5cbc (diff) | |
Accent didn't work trying something else (I love CSS. NOT)
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/style/ML4W Glass.css | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/config/waybar/style/ML4W Glass.css b/config/waybar/style/ML4W Glass.css index 5d8e589e..c798acc6 100644 --- a/config/waybar/style/ML4W Glass.css +++ b/config/waybar/style/ML4W Glass.css @@ -43,8 +43,13 @@ 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%); box-shadow: - inset 0 -2px 0 alpha(@accent, 0.35); /* soft accent strip on bottom edge */ + inset 0 -3px 0 alpha(@accent, 0.6); /* visible accent strip on bottom edge */ } .modules-left { @@ -147,14 +152,15 @@ label.module:hover { } #workspaces button.active { - background: alpha(@primary, 0.2); + background: alpha(@accent, 0.20); border: 1px solid transparent; transition: all 0.3s ease-in-out; min-width: 30px; border-radius: 8px; box-shadow: - inset 1px 2px 2px rgba(255, 255, 255, 0.5), - inset 0 1px 1px rgba(255, 255, 255, 0.8); + inset 0 -3px 0 alpha(@accent, 0.8), + inset 1px 2px 2px rgba(255, 255, 255, 0.45), + inset 0 1px 1px rgba(255, 255, 255, 0.7); } #workspaces button:hover { |
