diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-02-10 18:25:06 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-02-10 18:25:06 -0500 |
| commit | 93e5a817c5257471a306619084bccf2d01507c2f (patch) | |
| tree | 643e27408a022fba195bf33dd92d29b39b59a7f3 /config/waybar/style | |
| parent | 9038ba48751dec58695774b74524918b866ca2a0 (diff) | |
Fixing ML4W color with ddubs waybar x3
Diffstat (limited to 'config/waybar/style')
| -rw-r--r-- | config/waybar/style/ML4W-Glass.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/waybar/style/ML4W-Glass.css b/config/waybar/style/ML4W-Glass.css index 4811bc26..76a8cd75 100644 --- a/config/waybar/style/ML4W-Glass.css +++ b/config/waybar/style/ML4W-Glass.css @@ -36,8 +36,7 @@ General @define-color on_primary_fixed_variant @foreground; @define-color on_tertiary_fixed @background; /* module pill bg */ @define-color on_tertiary_fixed_variant @foreground; /* module pill fg */ -@define-color surface @background-alt; /* neutral semi‑transparent base */ -@define-color surface_dim @background; /* darker neutral base */ +@define-color on_surface #e6edf7; /* brighten text/icons */ window#waybar { background: transparent; @@ -136,10 +135,12 @@ label.module:hover { #workspaces button { color: @on_surface; border-radius: 3px; - padding: 0px 5px 0px 5px; + padding: 0px 6px 0px 6px; margin: 0px 2px 0px 2px; transition: all 0.3s ease-in-out; border: 1px solid transparent; + min-width: 26px; + text-align: center; } #workspaces button.active { |
