KR

Results 89 comments of KR

you can edit the source code , editing the render_background function in draw.c and learning a bit of cairo for how to will do it, should be a rather easy...

yeah, is it really necessary to make a commit ? I actually did the same thing some time before, its somewhat messy implementation so I just left it separate. could...

sure, I will ping you tomorrow

[here](https://github.com/kushraj/dunst/tree/dual_borders), you can use this version

Actually my code works just fine ( for dual borders ), you will have to use some new options in [config](https://github.com/kushraj/dotfiles-v2/blob/master/.config/dunst/dunstrc) to setup the borders properly. Also you might want...

oh yeah, I actually wanted all my notifications separately with individual borders, that's exactly what I implemented. Because of picom, shadow is applied to entire window making them seem connected....

Been a while since anything related to this issue, hopefully someone could shed some lights on this one. It will be nice to have clickable visual buttons for actions which...

So I tried implementing this and threw my hands up. Atleast I cant implement it with meager skills Ive currently xd

@genofire that was just a reference image, not my actual work. I did went over the source code and imo it will require a lot of refactoring to implement this....

most wayland compositors, especially sway aren't drawing up border shadows anymore, and are letting it to be part of csd itself. this also includes most gtk apps ( they all...