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;
    }
} ```
  • squid_slime@lemmy.worldOP
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    4 months ago

    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