Update style.css
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user