chore: init
This commit is contained in:
19
shell.qml
Normal file
19
shell.qml
Normal 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 {}
|
||||
}
|
||||
Reference in New Issue
Block a user