Merge pull request #1056 from martin2250/patch-1

Add style for battery state "plugged"
This commit is contained in:
Alex 2021-03-23 12:30:50 +01:00 committed by GitHub
commit 7b6dc33824
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;
}