Files
z-bar-qt/Daemons/LidService.qml
T
AramJonghu 7da2c7827a
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 14s
Python / lint-format (pull_request) Successful in 20s
Python / test (pull_request) Successful in 52s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m6s
refactor: using more oop
2026-06-01 23:53:26 +02:00

19 lines
206 B
QML

import Quickshell
import ZShell
Scope {
id: root
required property var lock
Connections {
function onLidClosing(): void {
root.lock.lock.locked = true;
}
target: LidWatcher
}
}