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;
}
} ```
You're viewing a single thread.
View all comments
7
comments
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 ReplyModules.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
1 0 Reply
You've viewed 7 comments.
Scroll to top