import Quickshell import Quickshell.Wayland import QtQuick PanelWindow { WlrLayershell.layer: WlrLayer.Background WlrLayershell.exclusiveZone: -1 anchors { top: true bottom: true left: true right: true } Image { anchors.fill: parent source: "./wallpaper.jpg" fillMode: Image.PreserveAspectCrop } }