feat(waybar): remove green indicator when charging

This commit is contained in:
2025-07-23 18:44:52 +02:00
parent 217dbb17f5
commit 3ec06658d5

View File

@@ -130,9 +130,11 @@ button:hover {
transition-duration: .5s;
}
/*
#battery.charging, #battery.plugged {
background-color: alpha(#29ad60, 0.2);
background-color: alpha(#29ad60, 0.6);
}
*/
#battery.warning:not(.charging){
background-color: alpha(#ffa000, 0.2);