From 8eb838792b4372b385c919055c3ff30c7aca61dc Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sun, 11 Jan 2026 13:57:13 -0500 Subject: ML4W glass has fixed colors which breaks themeing --- config/waybar/style/ML4W Glass.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/waybar/style/ML4W Glass.css b/config/waybar/style/ML4W Glass.css index 397613a6..ae65903c 100644 --- a/config/waybar/style/ML4W Glass.css +++ b/config/waybar/style/ML4W Glass.css @@ -26,6 +26,12 @@ General } @import "style/ML4W/glass.css"; +/* Override ML4W defaults so wallust doesn't force a red accent. + * Using neutral background-derived tones keeps the bar aligned with current palette. */ +@define-color surface @background-alt; +@define-color surface_dim @background; +@define-color primary @foreground; +@define-color on_primary @background; window#waybar { background: transparent; -- cgit v1.2.3