From 267934f808eab93ff3f1a0299a57492bc134c4ee Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Thu, 12 Feb 2026 21:36:45 +0300 Subject: [PATCH] Update style.css --- .config/waybar/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 0178017..b7cd565 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -47,8 +47,10 @@ window#waybar { #clock, #battery, -#cpu, +#custom-recording, +#custom-kblayout, #memory, +#cpu, #temperature, #network, #pulseaudio, @@ -65,6 +67,13 @@ window#waybar { color: #cc3436; font-weight: bold; } +#custom-recording { + color: red; + animation: blink 1s infinite; +} +@keyframes blink { + 50% { opacity: 0; } +} #memory{ font-weight: 300; }