mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-04 22:49:50 -05:00
greeter: fixed resource links
This commit is contained in:
parent
fc9ced0bbe
commit
47d5f48709
4 changed files with 2 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ pragma ComponentBehavior: Bound
|
||||||
import Quickshell
|
import Quickshell
|
||||||
import Quickshell.Wayland
|
import Quickshell.Wayland
|
||||||
import Quickshell.Services.Greetd
|
import Quickshell.Services.Greetd
|
||||||
import "../lockscreen"
|
import "lockscreen"
|
||||||
|
|
||||||
ShellRoot {
|
ShellRoot {
|
||||||
id: root
|
id: root
|
||||||
|
|
@ -37,7 +37,6 @@ Singleton {
|
||||||
|
|
||||||
WlSessionLock {
|
WlSessionLock {
|
||||||
id: lock
|
id: lock
|
||||||
|
|
||||||
locked: persist.locked
|
locked: persist.locked
|
||||||
|
|
||||||
WlSessionLockSurface {
|
WlSessionLockSurface {
|
||||||
|
|
|
||||||
|
|
@ -184,7 +184,7 @@ Item {
|
||||||
|
|
||||||
// testing button
|
// testing button
|
||||||
Button {
|
Button {
|
||||||
visible: true
|
visible: false
|
||||||
text: "Emergency Unlock"
|
text: "Emergency Unlock"
|
||||||
onClicked: root.state.unlocked()
|
onClicked: root.state.unlocked()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue