glock/glock-d/Cargo.toml
Candifloss a544e4821e Basic screen idle timer daemon
- Use x11 ScreenSaver extension to track idle time
- Placeholder lock function and hardcoded timer
2025-12-14 14:37:25 +05:30

10 lines
265 B
TOML

[package]
name = "glock-d"
version = "0.1.0"
edition = "2024"
description = "Screen idle time tracker daemon for glock screenlock"
[dependencies]
glock-conf = { version = "0.1.0", path = "../glock-conf" }
x11rb = { version = "0.13.2", features = ["screensaver"] }