Update style.css

This commit is contained in:
FURK4NGG
2026-02-12 21:36:45 +03:00
committed by GitHub
parent 6419b1acc0
commit 267934f808
+10 -1
View File
@@ -47,8 +47,10 @@ window#waybar {
#clock, #clock,
#battery, #battery,
#cpu, #custom-recording,
#custom-kblayout,
#memory, #memory,
#cpu,
#temperature, #temperature,
#network, #network,
#pulseaudio, #pulseaudio,
@@ -65,6 +67,13 @@ window#waybar {
color: #cc3436; color: #cc3436;
font-weight: bold; font-weight: bold;
} }
#custom-recording {
color: red;
animation: blink 1s infinite;
}
@keyframes blink {
50% { opacity: 0; }
}
#memory{ #memory{
font-weight: 300; font-weight: 300;
} }