refractor: DeltaruneQuickshell -> Shell
This commit is contained in:
26
Shell/WLRLayerHealthbar.qml
Normal file
26
Shell/WLRLayerHealthbar.qml
Normal file
@@ -0,0 +1,26 @@
|
||||
import Quickshell
|
||||
import Quickshell.Wayland
|
||||
import "Healthbar"
|
||||
|
||||
PanelWindow {
|
||||
anchors {
|
||||
left: true
|
||||
right: true
|
||||
bottom: true
|
||||
}
|
||||
|
||||
WlrLayershell.layer: WlrLayer.Top
|
||||
WlrLayershell.namespace: "deltarune-quickshell-bottom"
|
||||
|
||||
visible: true
|
||||
exclusionMode: ExclusionMode.Ignore
|
||||
aboveWindows: true
|
||||
focusable: false
|
||||
|
||||
mask: Region {}
|
||||
|
||||
implicitHeight: 137
|
||||
color: "#000000"
|
||||
|
||||
Healthbar {}
|
||||
}
|
||||
Reference in New Issue
Block a user