From 2b10a21aa4d9d9b92285b5a31ec4d1f8b7f861a5 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas Date: Sat, 23 Aug 2025 14:24:14 +0530 Subject: [PATCH] change battery critical animation --- .config/waybar/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 169e3c8..e8a14f1 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -143,15 +143,13 @@ button { @keyframes blink { to { - background-color: #ffffff; color: #000000; } } /* Using steps() instead of linear as a timing function to limit cpu usage */ #battery.critical:not(.charging) { - background-color: @red; - color: #ffffff; + color: @red; animation-name: blink; animation-duration: 0.5s; animation-timing-function: steps(12);