the workspace icons flash between the two ascent colors /waybar/style.css
}
#workspaces button:hover {
color: #CCCCCC;
border-radius: 15px;
animation: urgentFlash 1.5s infinite alternate;
}
@keyframes urgentFlash {
0% {
color: #ff00ff;
}
100% {
color: #00ced1;
}
} ```
Very nice! I really like that waybar, do you have the full config file for it anywhere?
here you go
Brilliant, thank you
Modules.txt is the logic side and desktop config arranges monitors
Also just realised that I have changed the icons since so will look different from picture posted here