Spyke
variety4mereply
lemmy.zip

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

1
lemmy.ml

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

3
variety4mereply
lemmy.zip

plain ole css, border-radius

.modules-right {
	background: @background-alpha;
	border: solid 1px @foreground;
	border-radius:25px;
	padding:0 20px;
}
2
variety4mereply
lemmy.zip

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

window-rule {
   geometry-corner-radius 8
   clip-to-geometry true
}
2

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.

2
lemmy.world

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.

1
variety4mereply
lemmy.zip

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

4

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

3
lemmy.ca

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

1

You reached the end

[niri] waybar - mostly hidden | Spyke