♻️ refactor(waybar): separate modules and general styling to other files

This commit is contained in:
retrozinndev
2024-10-21 21:05:04 -03:00
parent e49ddc86ba
commit 8f2e4c2dc7
5 changed files with 205 additions and 141 deletions
+27
View File
@@ -0,0 +1,27 @@
@keyframes blink {
0% {
background: @color3;
}
100% {
background: @color2;
}
}
@keyframes pick-attention {
25% {
background: @color6;
}
50% {
background: @color1;
}
75% {
background: @color6;
}
100% {
background: @color1;
}
}