refractor: DeltaruneQuickshell -> Shell

This commit is contained in:
2026-01-23 23:28:40 +02:00
parent 2c32b17b16
commit edb941fe90
22 changed files with 1 additions and 1 deletions

29
Shell/WLRLayerTopbar.qml Normal file
View File

@@ -0,0 +1,29 @@
import Quickshell
import Quickshell.Wayland
import "Topbar"
PanelWindow {
anchors {
top: true
left: true
right: true
}
WlrLayershell.layer: WlrLayer.Top
WlrLayershell.focusable: true
WlrLayershell.keyboardFocus: WlrKeyboardFocus.OnDemand
WlrLayershell.namespace: "deltarune-quickshell"
mask: Region {}
visible: true
exclusionMode: ExclusionMode.Ignore
aboveWindows: true
focusable: true
implicitHeight: 182
color: "#000000"
Topbar {}
}