Fix waybar formatting

This commit is contained in:
Kiana Sheibani 2022-03-09 11:51:08 -05:00
parent 1b7196b619
commit 3a630da824
2 changed files with 4 additions and 2 deletions

View file

@ -19,5 +19,7 @@
read_only = " 🔒"; read_only = " 🔒";
read_only_style = "cyan"; read_only_style = "cyan";
}; };
battery.disabled = true;
}; };
} }

View file

@ -232,7 +232,7 @@ modules-right:
} }
@keyframes blink { @keyframes blink {
to { 80% {
color: rgba(0, 0, 0, 0); color: rgba(0, 0, 0, 0);
} }
} }
@ -240,7 +240,7 @@ modules-right:
#battery.critical:not(.charging) { #battery.critical:not(.charging) {
box-shadow: inset 0 -3px #400000; box-shadow: inset 0 -3px #400000;
color: #ff2525; color: #ff2525;
animation: blink 1.5s steps(4, start) infinite; animation: blink 1.5s step-start infinite;
} }
#backlight { #backlight {