import Quickshell import QtQuick import Quickshell.Wayland PanelWindow { id: background anchors { left: true right: true bottom: true top: true } WlrLayershell.layer: WlrLayer.Background Image { width: background.width height: background.height source: "/home/ceres/.local/state/niri/wallpaper" fillMode: Image.PreserveAspectCrop } }