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); }