PythonBlurBehind
PythonBlurBehind copied to clipboard
not working in gnome

Makes the title bar look weird, and turns the background transparent rather than blurred. Tested on fedora - gnome, on both wayland and x11. Back on arch + kde i never encountered this issue.
@t3dium If you look at the implementation, it's using the following command on Linux:
xprop -f _KDE_NET_WM_BLUR_BEHIND_REGION 32c -set _KDE_NET_WM_BLUR_BEHIND_REGION 0 -id <ID>
This will only work for KDE-based window managers, and potentially only for X11. I looked for a way to do something similar in Gnome, but it doesn't look like its compositor supports this feature at the moment.