picom icon indicating copy to clipboard operation
picom copied to clipboard

plank broken with blur background

Open skydie22 opened this issue 3 years ago • 0 comments

Screenshot_2021-11-09_10-34-51

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'" ];

skydie22 avatar Nov 09 '21 03:11 skydie22