30 lines
560 B
QML
30 lines
560 B
QML
import Quickshell
|
|
import Quickshell.Wayland
|
|
|
|
import "Healthbar"
|
|
|
|
PanelWindow {
|
|
anchors {
|
|
left: true
|
|
right: true
|
|
bottom: true
|
|
}
|
|
|
|
WlrLayershell.layer: WlrLayer.Top
|
|
WlrLayershell.focusable: false
|
|
WlrLayershell.keyboardFocus: WlrKeyboardFocus.None
|
|
WlrLayershell.namespace: "deltarune-quickshell-bottom"
|
|
|
|
visible: ShellStateManager.shellOpen
|
|
exclusionMode: ExclusionMode.Ignore
|
|
aboveWindows: true
|
|
focusable: false
|
|
|
|
mask: Region {}
|
|
|
|
implicitHeight: 137
|
|
color: "#000000"
|
|
|
|
Healthbar {}
|
|
}
|