1
0
Fork 0

all: update type names for quickshell revision

This commit is contained in:
outfoxxed 2024-03-11 06:01:19 -07:00
parent 9437c6a840
commit 9838d79724
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 13 additions and 13 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 {
// You probably want to replace this with an image.
color: "#303030"