fix: lockscreen fixes + systray
This commit is contained in:
parent
a1da2ba22e
commit
cb6ba843c2
5 changed files with 55 additions and 36 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue