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

View File

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