diff --git a/shell/greeter/shell.qml b/shell/greeter.qml similarity index 96% rename from shell/greeter/shell.qml rename to shell/greeter.qml index 04ffcd0..4ca3505 100644 --- a/shell/greeter/shell.qml +++ b/shell/greeter.qml @@ -3,7 +3,7 @@ pragma ComponentBehavior: Bound import Quickshell import Quickshell.Wayland import Quickshell.Services.Greetd -import "../lockscreen" +import "lockscreen" ShellRoot { id: root diff --git a/shell/lockscreen/Controller.qml b/shell/lockscreen/Controller.qml index 527e9ef..49bca77 100644 --- a/shell/lockscreen/Controller.qml +++ b/shell/lockscreen/Controller.qml @@ -37,7 +37,6 @@ Singleton { WlSessionLock { id: lock - locked: persist.locked WlSessionLockSurface { diff --git a/shell/greeter/GreeterContext.qml b/shell/lockscreen/GreeterContext.qml similarity index 100% rename from shell/greeter/GreeterContext.qml rename to shell/lockscreen/GreeterContext.qml diff --git a/shell/lockscreen/LockSurface.qml b/shell/lockscreen/LockSurface.qml index bac8ca2..cad1742 100644 --- a/shell/lockscreen/LockSurface.qml +++ b/shell/lockscreen/LockSurface.qml @@ -184,7 +184,7 @@ Item { // testing button Button { - visible: true + visible: false text: "Emergency Unlock" onClicked: root.state.unlocked()