waybar styles battery col

This commit is contained in:
Ivan Dimitrov 2024-04-21 21:15:37 +03:00
parent b1d41cdce4
commit db960e7d2f

View File

@ -103,7 +103,7 @@ button:hover {
} }
} }
#battery:not(.charging) { #battery.warning:not(.charging) {
background-color: rgba(69, 26, 3, .8); background-color: rgba(69, 26, 3, .8);
color: rgb(255, 251, 235); color: rgb(255, 251, 235);
} }