From 6ec8126983e79f9adc3aedcf7fcb38028573f3f8 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 10 Feb 2026 17:54:07 -0500 Subject: Fixed import path for ML4W-Glass to fix color issues On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/waybar/style/ML4W-Glass.css --- config/waybar/style/ML4W-Glass.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/waybar/style/ML4W-Glass.css b/config/waybar/style/ML4W-Glass.css index b2703515..c80fa3fa 100644 --- a/config/waybar/style/ML4W-Glass.css +++ b/config/waybar/style/ML4W-Glass.css @@ -25,7 +25,7 @@ General padding-bottom: 2px; } -@import "style/ML4W/glass.css"; +@import "ML4W/glass.css"; window#waybar { background: transparent; -- cgit v1.2.3