diff --git a/users/daniel/configs/desktop/waybar/style.css b/users/daniel/configs/desktop/waybar/style.css index 4dbcfc6..a385a02 100644 --- a/users/daniel/configs/desktop/waybar/style.css +++ b/users/daniel/configs/desktop/waybar/style.css @@ -2,9 +2,20 @@ window#waybar { background: @base; + color: @text; } #workspaces button.active { color: @green; background: @surface2; } + +#battery.charging { + color: @base; + background: @green; +} + +#battery.discharging { + color: @base; + background: @yellow; +}