Update quickshell

This commit is contained in:
outfoxxed 2024-03-14 05:05:41 -07:00
parent 6d493c43b9
commit 6a824b8a58
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 76 additions and 69 deletions

View file

@ -9,7 +9,7 @@ ShellRoot {
onUnlocked: lock.locked = false
}
SessionLock {
WlSessionLock {
id: lock
locked: true
@ -17,7 +17,7 @@ ShellRoot {
if (!locked) Qt.quit();
}
SessionLockSurface {
WlSessionLockSurface {
id: surface
BackgroundImage {