import Quickshell import Quickshell.Wayland import QtQuick PanelWindow { WlrLayershell.layer: WlrLayer.Top WlrLayershell.focusable: true WlrLayershell.keyboardFocus: WlrKeyboardFocus.OnDemand WlrLayershell.namespace: "deltarune-quickshell" visible: true exclusionMode: ExclusionMode.Ignore aboveWindows: true focusable: true implicitWidth: 1217 implicitHeight: 767 color: "#000000" }