this post was submitted on 24 Mar 2024
73 points (95.1% liked)
Unixporn
15365 readers
3 users here now
Unixporn
Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers 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
- Post On-Topic
- No Defaults
- Busy Screenshots
- Use High-Quality Images
- Include a Details Comment
- No NSFW
- No Racism or use of racist terms
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is that waybar ? I saw the video from Isaac Freund on youtube I really liked the bar that he had on his setup, I wanted to emulate that on my setup.
Yep, waybar. Much better than polybar as you can customise it with css
Could you maybe share the configuration files ? I was trying to emulate the box type of waybar for my river setup. I wanted to know how you got that border outline in that color.
For the border it's just css. In your
style.css
:(where those are variables representing my waybar colours, you can ofc use literal values instead)
Many thanks. I did some experimenting yesterday and found out about it. Thank you nonetheless.