picom
picom copied to clipboard
plank broken with blur background
I want to use a blur background on the plank but when I apply it it looks like in the picture
this is my configuration
#################################
Background-Blurring
#################################
Parameters for background blurring, see the BLUR section for more information. blur-method = blur-size = 12
blur-deviation = false blur-background = true; blur-background-fixed = false
blur-kern = "3x3box"; blur-method = "dual_kawase"; blur-strength = 5;
blur-background-exclude = [ "! name~=''", "name *= 'jgmenu'", "name *= 'polybar'", #"name *= 'rofi'", "name *= 'Chromium'", "name *= 'Chrome'", "class_g = 'conky'", "class_g = 'GLava'", "class_g = 'slop'", #"window_type = 'dock'", "window_type = 'desktop'", "_GTK_FRAME_EXTENTS@:c", "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" ];