diff options
| author | brustybee <bee@4d2.org> | 2026-03-07 17:12:56 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-07 17:12:56 +0530 |
| commit | 6b7e27bb07f48031f003557815a1fe0b7450194d (patch) | |
| tree | 5afb251fa194ec68065958ce5f2f9367dd71e753 /common/modules/mango/waybar.nix | |
| parent | f7cb0d04c68e642f7ec601b01e6cddde4030a38e (diff) | |
Dynamically generate diff variants derived from Nix config.
Diffstat (limited to 'common/modules/mango/waybar.nix')
| -rw-r--r-- | common/modules/mango/waybar.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/modules/mango/waybar.nix b/common/modules/mango/waybar.nix index fddaed4..b4aeb48 100644 --- a/common/modules/mango/waybar.nix +++ b/common/modules/mango/waybar.nix @@ -334,7 +334,7 @@ in #workspaces button:hover, #tags button:hover { - color: @text_accent; + color: @text_main; } @@ -386,7 +386,7 @@ in } #workspaces button.hidden { - color: @text_muted; + color: @text_main; background-color: transparent; } @@ -401,7 +401,7 @@ in } #taskbar button { - color: @text_dim; + color: @text_main; margin: 2px; padding: 0px 3px; border-radius: 0px; |
