mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
feat(waybar): remove green indicator when charging
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user