From 16ded7f61e06eb328e7d79c1de8cefaece926889 Mon Sep 17 00:00:00 2001 From: Rosa Date: Tue, 13 Jan 2026 18:52:01 -0500 Subject: i was not done --- modules/user/desktop/waybar.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'modules/user/desktop/waybar.css') diff --git a/modules/user/desktop/waybar.css b/modules/user/desktop/waybar.css index 0f71c17..decf542 100644 --- a/modules/user/desktop/waybar.css +++ b/modules/user/desktop/waybar.css @@ -63,6 +63,25 @@ tooltip label { margin-right: 8px; } +@keyframes blink { + to { + color: #e0def4; + } +} + +#battery.charging { + color: #9ccfd8; +} + +#battery.critical:not(.charging) { + animation-direction: alternate; + animation-duration: 0.5s; + animation-iteration-count: infinite; + animation-name: blink; + animation-timing-function: steps(2); + color: #eb6f92; +} + #cpu { box-shadow: inset 0 -2px #ebbcba; } -- cgit v1.3.1