import QtQuick import Quickshell ShellRoot { AuthContext { id: authContext onSuccess: Qt.quit() } FloatingWindow { Image { anchors.fill: parent source: "../1920x1080.png" } Lockscreen { anchors.fill: parent context: authContext } } }