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