Quickshell lockscreen
This commit is contained in:
parent
2de8a9e979
commit
d388842a87
6 changed files with 154 additions and 1 deletions
21
modules/hyprland/lockscreen/test.qml
Normal file
21
modules/hyprland/lockscreen/test.qml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue