Erik Reider
Erik Reider
> looking forward to this, pls add similar behaviour to shadows as well Shadows should already work with for_window rules :)
That does not look like a fun time 😂 My first thought would be to draw it over the whole window and use a stencil mask (just like how we...
Images would be a lot easier! :) > though rounded corners might require way more ingenuity to implement Rounded corners in Cairo is actually very simple to add :) https://github.com/ErikReider/SwaySettings/blob/407c9e99dd3e50a0f09c64d94a9e6ff741488378/src/Pages/Themes/ThemePreviewItem.vala#L159-L177
The issue with this is that the layer could extend past the outputs bounds if the height is very large, hiding notifications. That's why I haven't really looked into this......
Are you running the latest version? This was fixed in #388
Hmmm. Is this still an issue? Can't reproduce it on my end...
Could you paste the log of swaync when starting with `G_MESSAGES_DEBUG=all`?
> ``` > G_MESSAGES_DEBUG=all swaync-client -t > ``` > ``` > (process:31304): GLib-GIO-DEBUG: 22:01:37.092: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3) > GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The...
Seems like you forgot to start swaync. Closing
> What do you mean? I told you the steps I took. This is a bug that needs to be fixed. The error is caused by the `swaync` executable not...