Skip to content

Commit 58799cd

Browse files
committed
fix: apply @main-fg theme color to all modules
1 parent 3627b2b commit 58799cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Configs/.local/share/waybar/styles/defaults.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ window#waybar {
2626
background: @bar-bg;
2727
}
2828

29+
.module {
30+
color: @main-fg;
31+
}
32+
2933
/*
3034
These are groups/islands configs
3135

0 commit comments

Comments
 (0)