42
submitted 2 years ago* (last edited 2 years ago) by squid_slime@lemmy.world to c/unixporn@lemmy.world

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;
    }
} ```
top 7 comments
sorted by: hot top new old
[-] squid_slime@lemmy.world 3 points 2 years ago
[-] LinearArray@programming.dev 2 points 2 years ago

Looks pretty cute, nice rice!

[-] squid_slime@lemmy.world 1 points 2 years ago

Thank you ๐Ÿ™‚

[-] voklen@programming.dev 1 points 2 years ago

Very nice! I really like that waybar, do you have the full config file for it anywhere?

[-] squid_slime@lemmy.world 2 points 2 years ago
[-] voklen@programming.dev 1 points 2 years ago
[-] squid_slime@lemmy.world 1 points 2 years ago* (last edited 2 years 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

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

unixporn

8309 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 Defaults
  3. Busy Screenshot
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW

founded 3 years ago
MODERATORS