Solved If someone knows how to increase picom blur strength

If someone knows how to increase picom blur strength
Unfortunately i can use only kernel blur method i have selected
blur-kern = "5x5box";
Are there any parameters i can give to increase the blur strength ?
By the way this parameter blur-strength doesn't seems to do anything
 

Attachments

  • ksnip_20210525-011226.png
    ksnip_20210525-011226.png
    865.4 KB · Views: 476
I need to compile picom from git but on freebsd its not that easy
pkg remove picom pkg install meson libev uthash git clone https://whatever_picom_git_repo cd picom LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" meson --buildtype=release . build ninja -C build sudo ninja -C build install
 
I must have been doing something wrong with the flags ....
It Works !
As you can see !!
Thank you !

PS1: If only i could compile the herbstluftwm rounded corners from git that would be even more cool !



ksnip_20210525-092844.png

pkg remove picom pkg install meson libev uthash git clone https://whatever_picom_git_repo cd picom LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" meson --buildtype=release . build ninja -C build sudo ninja -C build install
 
Back
Top