[niri] waybar - mostly hidden

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

108 points · 17 comments · view on lemmy.world

17 Comments

nul9o9@lemmy.dbzer0.com · 5 pts · 1y (2 replies)

Thats a nice color pallet.

variety4me@lemmy.zip · 1 pts · 1y (1 reply)

thanks! again i can share the color palette if you need

nul9o9@lemmy.dbzer0.com · 2 pts · 1y

For sure could always use an alternative to Gruvbox or catppucin.

truffle@lemmy.b0tt0m.xyz · 4 pts · 1y (1 reply)

That waybar config is really nice, I want something like that for mine

variety4me@lemmy.zip · 2 pts · 1y

thanks! i can share my config if you need

garret@lemmy.ml · 3 pts · 1y (3 replies)

How did you make the rounded corners close to "mac-os" style? Is it an option in Niri?

variety4me@lemmy.zip · 2 pts · 1y (2 replies)

plain ole css, border-radius

.modules-right {
	background: @background-alpha;
	border: solid 1px @foreground;
	border-radius:25px;
	padding:0 20px;
}
variety4me@lemmy.zip · 2 pts · 1y (1 reply)

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 pts · 1y

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.

juipeltje@lemmy.world · 2 pts · 1y (1 reply)

Are you using the mpris2 plugin for deadbeef?

variety4me@lemmy.zip · 2 pts · 1y

yes

Syltti@lemmy.world · 1 pts · 1y (2 replies)

How is Niri? I saw PikaOS has a option for it so I was thinking of giving it a shot. Only ever used Cinnamon and KDE, so I'd like to try a tiling manager for a change.

variety4me@lemmy.zip · 4 pts · 1y (1 reply)

its a different workflow, takes a bit to get used to. Since you use KDE look up karousel plugin, you could test out the scrolling work flow in KDE and then install Niri if you like it

jaxxed@lemmy.ml · 3 pts · 1y

If you use KDE & karousel, then Niri is the same, except it works

mgrimace@lemmy.ca · 1 pts · 1y (2 replies)

Would you be willing to share your configs for niri and waybar? I'm new to Linux and trying to learn how to set stuff up like this. Looks amazing thanks for sharing

variety4me@lemmy.zip · 4 pts · 1y (1 reply)

Sure give me sometime and i'll post my dots

variety4me@lemmy.zip · 4 pts · 1y

dots added in original post