mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
greeter: init greeter
This commit is contained in:
parent
be06bf0f86
commit
fc9ced0bbe
6 changed files with 126 additions and 37 deletions
12
shell/lockscreen/LockState.qml
Normal file
12
shell/lockscreen/LockState.qml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import Quickshell
|
||||
|
||||
Scope {
|
||||
property string currentText: ""
|
||||
property bool unlockInProgress: false
|
||||
property bool showFailure: false
|
||||
signal unlocked
|
||||
signal failed
|
||||
signal tryUnlock
|
||||
|
||||
onCurrentTextChanged: showFailure = false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue