fix: lockscreen fixes + systray

This commit is contained in:
ferreo 2025-07-14 12:54:37 +01:00
parent a1da2ba22e
commit cb6ba843c2
5 changed files with 55 additions and 36 deletions

View file

@ -15,12 +15,13 @@ PanelWindow {
implicitHeight: 640
color: "transparent"
visible: false
WlrLayershell.exclusionMode: ExclusionMode.Ignore
WlrLayershell.keyboardFocus: visible ? WlrKeyboardFocus.Exclusive : WlrKeyboardFocus.None
screen: (typeof modelData !== 'undefined' ? modelData : null)
property bool shouldBeVisible: false
anchors.top: true
margins.top: -26
margins.top: parent.height
function showAt() {
visible = true;