waybar: change battery style
This commit is contained in:
parent
708558b2ff
commit
3ddcec9be1
|
@ -113,9 +113,9 @@ button:hover {
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
/* #battery { */
|
||||||
font-weight: bold;
|
/* font-weight: bold; */
|
||||||
}
|
/* } */
|
||||||
|
|
||||||
/* #battery.charging, #battery.plugged { */
|
/* #battery.charging, #battery.plugged { */
|
||||||
/* color: #ffffff; */
|
/* color: #ffffff; */
|
||||||
|
@ -129,6 +129,11 @@ button:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#battery.warning:not(.charging) {
|
||||||
|
color: #ffffaa;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
#battery.critical:not(.charging) {
|
||||||
background-color: #b000b0;
|
background-color: #b000b0;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user