From db960e7d2fb3913669149d40d910ddfbd497fd50 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Sun, 21 Apr 2024 21:15:37 +0300 Subject: [PATCH] waybar styles battery col --- modules/home/programs/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/programs/waybar/style.css b/modules/home/programs/waybar/style.css index 9dd5042..3195347 100644 --- a/modules/home/programs/waybar/style.css +++ b/modules/home/programs/waybar/style.css @@ -103,7 +103,7 @@ button:hover { } } -#battery:not(.charging) { +#battery.warning:not(.charging) { background-color: rgba(69, 26, 3, .8); color: rgb(255, 251, 235); }