fix screen lock not showing over fullscreen apps

This commit is contained in:
end-4
2025-08-20 17:47:27 +07:00
parent 8fd1d9acef
commit 0e8e0e4b06
@@ -62,7 +62,7 @@ Variants {
// Layer props
screen: modelData
exclusionMode: ExclusionMode.Ignore
WlrLayershell.layer: GlobalStates.screenLocked ? WlrLayer.Top : WlrLayer.Bottom
WlrLayershell.layer: GlobalStates.screenLocked ? WlrLayer.Overlay : WlrLayer.Bottom
// WlrLayershell.layer: WlrLayer.Bottom
WlrLayershell.namespace: "quickshell:background"
anchors {