waybar: change battery style

This commit is contained in:
tea 2024-06-12 18:06:43 +02:00
parent 708558b2ff
commit 3ddcec9be1
No known key found for this signature in database

View File

@ -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;