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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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