20 lines
431 B
QML
20 lines
431 B
QML
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"
|
|
}
|