From 6ab01b1ad4dbdca9fed580930ee23f4bbec404f5 Mon Sep 17 00:00:00 2001 From: Alexis Date: Fri, 2 Nov 2018 23:00:38 +0100 Subject: [PATCH] fix(style): not charging --- resources/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/style.css b/resources/style.css index 8d228005..25132272 100644 --- a/resources/style.css +++ b/resources/style.css @@ -55,7 +55,7 @@ window#waybar { } } -#battery.warning { +#battery.warning:not(.charging) { background: #f53c3c; color: white; animation-name: blink;