diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-02-26 19:34:25 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-02-26 19:34:25 +0100 |
| commit | 4f1afdd2527e5def0ec49666e58d6270ad77a6d0 (patch) | |
| tree | b9292d81a4c4c2444a2ab8d1a62bee292e25f10c /accounts/gkleen@sif/shell/quickshell/Lockscreen.qml | |
| parent | 3b658e4ea09c672fa7a4ff0abc458d8b7c21f1de (diff) | |
| download | nixos-4f1afdd2527e5def0ec49666e58d6270ad77a6d0.tar nixos-4f1afdd2527e5def0ec49666e58d6270ad77a6d0.tar.gz nixos-4f1afdd2527e5def0ec49666e58d6270ad77a6d0.tar.bz2 nixos-4f1afdd2527e5def0ec49666e58d6270ad77a6d0.tar.xz nixos-4f1afdd2527e5def0ec49666e58d6270ad77a6d0.zip | |
...flakes
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Lockscreen.qml')
| -rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Lockscreen.qml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml b/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml index 996fd41b..fc2e1f9f 100644 --- a/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml +++ b/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml | |||
| @@ -31,13 +31,6 @@ Scope { | |||
| 31 | } | 31 | } |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | IpcHandler { | ||
| 35 | target: "Lockscreen" | ||
| 36 | |||
| 37 | function setLocked(locked: bool): void { lock.locked = locked; } | ||
| 38 | function getLocked(): bool { return lock.locked; } | ||
| 39 | } | ||
| 40 | |||
| 41 | Connections { | 34 | Connections { |
| 42 | target: Custom.Systemd | 35 | target: Custom.Systemd |
| 43 | function onSleep(before: bool) { | 36 | function onSleep(before: bool) { |
