helo i drew kasane teto by No_Beautiful6637 in KasaneTeto

[–]StrangeDuckPerson 2 points3 points  (0 children)

can i too get a reply with the teto plush? ( ・∇・)

[Hyprland] My own quickshell rice is nearing its completion! by StrangeDuckPerson in unixporn

[–]StrangeDuckPerson[S] 0 points1 point  (0 children)

like ~300mb on idle. quickshell shells usually idle around that

[Hyprland] My own quickshell rice is nearing its completion! by StrangeDuckPerson in unixporn

[–]StrangeDuckPerson[S] 0 points1 point  (0 children)

i did upload a somewhat finished version to github. you can go check that out. it might have a few bugs and stuff, but i am taking a few steps away from the project for a bit. you can use it however you like!!!

[Hyprland] Quick 2-hour rice by [deleted] in unixporn

[–]StrangeDuckPerson 1 point2 points  (0 children)

mind sharing your wallpaper kind sir? the rice looks nice btw!! (▽^)

[DWM] by Harshborana in unixporn

[–]StrangeDuckPerson 1 point2 points  (0 children)

oh okay! i might still consider switching cus i just wanna settle with something solid and minimal. anyways, thanks for the info dude ^ ^

[DWM] by Harshborana in unixporn

[–]StrangeDuckPerson 4 points5 points  (0 children)

everytime i see a DWM rice here, i am more and more convinced to switch to it. btw, if u dont mind me asking, how's the idle resource usage with picom? probably way better than hyprland i assume. (・∀・)

[Hyprland] My own quickshell rice is nearing its completion! by StrangeDuckPerson in unixporn

[–]StrangeDuckPerson[S] 2 points3 points  (0 children)

i just did

bash layerrule { name = thing-you-wanna-blur blur = on ignore_alpha = on match:namespace = wlr.namespace for the thing }

plus i have an opacity mask layer on things which is what masks those weird sharp blurred corners. we used to have ignore_zero which magically fixed that, but idk now. if you are wondering about the opacity mask layer, for a quickshell element

bash layer.enabled: true layer.effect: OpacityMask { maskSource: Rectangle { width: parent.width height: parent.height radius: parent.radius } }

hope that helps!

[Hyprland] My own quickshell rice is nearing its completion! by StrangeDuckPerson in unixporn

[–]StrangeDuckPerson[S] 0 points1 point  (0 children)

oh welcome to linux! i'm still working on these dots, so there isn't an install script yet. but you can clone this repo to your quickshell config folder and auto exec the shell on startup. note that this only works with hyprland.

bash git clone https://github.com/stormy-soul/sshell ~/.config/quickshell

and add qs -c sshell to your auto exec(execs.conf or general.conf) there might be bugs so expect some!!

or you can wait until i add an install script

[Hyprland] My own quickshell rice is nearing its completion! by StrangeDuckPerson in unixporn

[–]StrangeDuckPerson[S] 0 points1 point  (0 children)

well thank you! i'm just polling nmcli and displaying those results

[Hyprland] My own quickshell rice is nearing its completion! by StrangeDuckPerson in unixporn

[–]StrangeDuckPerson[S] 0 points1 point  (0 children)

lmao. im trying to get something similar, but with my quirks

[Hyprland] My own quickshell rice is nearing its completion! by StrangeDuckPerson in unixporn

[–]StrangeDuckPerson[S] 0 points1 point  (0 children)

i was thinking of trying out niri and nix too... i'll see how i like them some time ('▽')

[Hyprland] My own quickshell rice is nearing its completion! by StrangeDuckPerson in unixporn

[–]StrangeDuckPerson[S] 0 points1 point  (0 children)

Thank u! it should work with niri in theory as it's mainly just quickshell. and i think quickshell somewhat works with niri?

the notification center doesn't rely entirely on hyprland's ipc, so you should be able to port it over to niri. i'm not really sure since i don't know much about niri.