diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-02-10 17:54:07 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-02-10 17:54:07 -0500 |
| commit | 6ec8126983e79f9adc3aedcf7fcb38028573f3f8 (patch) | |
| tree | fd49988695d253704329b5864d96381b4aa84196 /config/waybar | |
| parent | 366948e85798d3955f6cccbc6d8a8051137003fb (diff) | |
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
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/style/ML4W-Glass.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
