this post was submitted on 04 Mar 2024
40 points (100.0% liked)

unixporn

4179 readers
1 users here now

unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make ricers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No
  3. Busy
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW

founded 1 year ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[โ€“] voklen@programming.dev 1 points 6 months ago (1 children)
[โ€“] squid_slime@lemmy.world 1 points 6 months ago* (last edited 6 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