You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently upgraded to 2.24.0 and now the blur_radius attribute now extends beyond the border of the bar; this behavior can cause flickering.
You can see an example of the extended blur_radius here. This is with blur_radius = 10:
(There does appear to be an upper limit to this effect. Setting blur_radius = 100 produces the same effect as blur_radius = 10.)
You can see here when blur_radius = 2:
When the blur radius is set to a large value (e.g. 10), sketchybar can cause screen shadow flickering with other windows. The flickering only occurs with some applications (e.g. it does not occur with ghostty and does occur with Firefox). You can see the flickering on Firefox here:
flickering.mov
Setting the blur radius to a low value fixes the issue—I think it is whether the blur effect itself actually touches the window bar, but I am not sure. Of course, this has the downside that the blur radius of the background of the bar is lesser as well.
I recently upgraded to 2.24.0 and now the
blur_radiusattribute now extends beyond the border of the bar; this behavior can cause flickering.You can see an example of the extended

blur_radiushere. This is withblur_radius = 10:(There does appear to be an upper limit to this effect. Setting
blur_radius = 100produces the same effect asblur_radius = 10.)You can see here when

blur_radius = 2:When the blur radius is set to a large value (e.g. 10), sketchybar can cause screen shadow flickering with other windows. The flickering only occurs with some applications (e.g. it does not occur with ghostty and does occur with Firefox). You can see the flickering on Firefox here:
flickering.mov
Setting the blur radius to a low value fixes the issue—I think it is whether the blur effect itself actually touches the window bar, but I am not sure. Of course, this has the downside that the blur radius of the background of the bar is lesser as well.