my minimal sway-waybar desktop
my minimal sway-waybar desktop
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;
}
} ```
7
comments
3 0 ReplyLooks pretty cute, nice rice!
2 0 ReplyThank you 🙂
1 0 Reply
Very nice! I really like that waybar, do you have the full config file for it anywhere?
1 0 Reply2 0 ReplyBrilliant, thank you
1 0 Reply
You've viewed 7 comments.
Scroll to top