From 93e5a817c5257471a306619084bccf2d01507c2f Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 10 Feb 2026 18:25:06 -0500 Subject: Fixing ML4W color with ddubs waybar x3 --- config/waybar/style/ML4W-Glass.css | 7 ++++--- 1 file 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 { -- cgit v1.2.3