chore: upd

This commit is contained in:
2026-01-24 00:23:54 +02:00
parent 31ea8d7616
commit 1a37e76c4a
6 changed files with 39 additions and 9 deletions

19
Shell/Window/Window.qml Normal file
View File

@@ -0,0 +1,19 @@
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"
}

BIN
Shell/Window/border.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB