Files
z-bar-qt/Daemons/LidService.qml
T
AramJonghu ad2ee99d9c
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Python / lint-format (pull_request) Successful in 20s
Python / test (pull_request) Successful in 51s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m5s
format using qmlformat
2026-06-01 23:59:07 +02:00

17 lines
194 B
QML

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