this post was submitted on 19 Jul 2025
105 points (98.2% liked)

Unixporn

17543 readers
91 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

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 6 years ago
MODERATORS
 

This is the most minimal functional aesthetically pleasing waybar config i could come up with. It mostly stays hidden until i need to call it using a custom keybind.

Any suggestions to make it better appreciated!

Dots: https://codeberg.org/ranjan/niri-dots/src/branch/minimal-waybar

you are viewing a single comment's thread
view the rest of the comments
[–] variety4me@lemmy.zip 2 points 2 weeks ago (1 children)

plain ole css, border-radius

.modules-right {
	background: @background-alpha;
	border: solid 1px @foreground;
	border-radius:25px;
	padding:0 20px;
}
[–] variety4me@lemmy.zip 2 points 2 weeks ago (1 children)

did you mean rounded corner of windows? thats niri, in config.kdl

window-rule {
   geometry-corner-radius 8
   clip-to-geometry true
}
[–] garret@lemmy.ml 2 points 2 weeks ago

Yes, I was meaning on Niri. Still have to try out Niri. It is nice that seems to recreate the rounded corners as on MacOS.