Hey community, Second try. I want to apply the Clutter.BlurEffect() only to the background of an element. If I try this, for example, with a semi-transparent panel: let fx; fx = new imports.gi.Clutter.BlurEffect(); imports.ui.main.panel.actor.add_effect(fx); ~erdlof |