feat: waybar - battery for shoukei

This commit is contained in:
Ryan Yin
2023-12-25 08:23:40 +08:00
parent fe599a2143
commit 3a1eaa589d
2 changed files with 48 additions and 4 deletions

View File

@@ -97,9 +97,28 @@ tooltip label {
#clock {
color: rgb(217, 224, 238);
}
/* #idle_inhibitor {
color: rgb(221, 182, 242);
}*/
#idle_inhibitor {
color: rgb(221, 182, 242);
padding-right: 8px;
}
#battery {
min-width: 55px;
color: rgb(126, 186, 244);;
}
#battery.charging,
#battery.full,
#battery.plugged {
color: #26a65b;
}
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-wall {
color: #33ccff;
}