added battery critical colour for waybar
This commit is contained in:
parent
619994c5cb
commit
37dbb18143
|
|
@ -114,6 +114,11 @@ in
|
|||
#battery.warning:not(.charging) {
|
||||
background: rgba(140, 0, 0, 1);
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
background: #ffffff;
|
||||
color: black;
|
||||
}
|
||||
'' +
|
||||
"";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue