import Quickshell import Quickshell.Io import QtQuick import QtQuick.Effects Variants { model: Quickshell.screens PanelWindow { anchors { top: true right: true bottom: true left: true } aboveWindows: false property var modelData screen: modelData color: "#141414" } }