Add style for battery state "plugged"

This commit is contained in:
Martin Pittermann
2021-03-23 00:26:45 +01:00
committed by GitHub
parent b1dd62078f
commit b4ee994515

View File

@@ -107,7 +107,7 @@ window#waybar.chromium {
color: #000000; color: #000000;
} }
#battery.charging { #battery.charging, #battery.plugged {
color: #ffffff; color: #ffffff;
background-color: #26A65B; background-color: #26A65B;
} }