From f6179c56dfc4855b24eabc57113212870619aaca Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 5 Apr 2023 00:36:00 +0100 Subject: [PATCH] lil bit of styling --- users/daniel/configs/desktop/waybar/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; +}