diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-11 14:29:29 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-11 14:29:29 -0500 |
| commit | 1c9648ff60124ca51c7ce5f4ed6f0e2ce44e5cbc (patch) | |
| tree | 26e460dfce386afd483833f8f8edc891117f8cf5 /config | |
| parent | 4ab8a911301b3caf53d8b8c6824b317c653f6d07 (diff) | |
Trying prim wallust color as accent on ML4W glass
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/style/ML4W Glass.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/waybar/style/ML4W Glass.css b/config/waybar/style/ML4W Glass.css index 0cfcf14e..5d8e589e 100644 --- a/config/waybar/style/ML4W Glass.css +++ b/config/waybar/style/ML4W Glass.css @@ -39,9 +39,12 @@ General @define-color on_tertiary_fixed_variant @foreground; @define-color error @foreground; @define-color on_error @background; +@define-color accent @color12; /* wallust primary for subtle highlights */ window#waybar { background: transparent; + box-shadow: + inset 0 -2px 0 alpha(@accent, 0.35); /* soft accent strip on bottom edge */ } .modules-left { |
