import Quickshell import Quickshell.Widgets import Quickshell.Io import QtQuick import QtQuick.Effects Variants { model: Quickshell.screens PanelWindow { id: bg anchors { top: true right: true bottom: true left: true } exclusionMode: ExclusionMode.Ignore aboveWindows: false property var modelData screen: modelData color: "#111" Image { source: Quickshell.shellPath("wallpaper") anchors.fill: parent fillMode: Image.PreserveAspectCrop } } }