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;
    }
} ```
  • @voklen
    link
    17 months ago

    Brilliant, thank you

    • @[email protected]OP
      link
      fedilink
      1
      edit-2
      7 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