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