chore: init

This commit is contained in:
2026-01-22 21:06:21 +02:00
commit 79bb284ac3
12 changed files with 144 additions and 0 deletions

19
shell.qml Normal file
View File

@@ -0,0 +1,19 @@
import Quickshell // for PanelWindow
import QtQuick // for Text
import "DeltaruneQuickshell"
PanelWindow {
anchors {
top: true
left: true
right: true
}
// exclusionMode:x ExclusionMode.Ignore
aboveWindows: true
focusable: false
implicitHeight: 182
color: "#000000"
DeltaruneTopbar {}
}