import Quickshell.Wayland Applies background blur behind a QsWindow or subclass, as an attached object, using the ext-background-effect-v1 Wayland protocol.
NOTE
Using a background effect requires the compositor support the ext-background-effect-v1 protocol.
PanelWindow {
id: root
color: "#80000000"
BackgroundEffect.blurRegion: Region { item: root.contentItem }
}Region to blur behind the surface. Set to null to remove blur.