Added todo list to README.md

This commit is contained in:
2026-03-07 22:59:10 +01:00
parent ab960c5f0c
commit add5c9f4f6
+22
View File
@@ -103,6 +103,28 @@ The binary will be available at `target/release/rustlock`.
--- ---
## ✅ Completed
- [x] PAM-based authentication
- [x] Grace period (any key unlocks within N seconds)
- [x] Screenshot capture with blur/vignette effects
- [x] Configuration file support (`~/.config/rustlock/config.toml`)
- [x] Debug logging to `~/.rustlock.log`
- [x] Clock and date display
- [x] Password indicator ring with rotating highlights
## 🚧 TODO
- [ ] Don't hardcode screen resolution (detect dynamically)
- [ ] Add multi-monitor support (handle multiple outputs)
- [ ] Automatically install PAM configuration file
- [ ] Configuration file schema validation
- [ ] Additional visual effects (pixelate, swirl, etc.)
- [ ] Theme/profile support with presets
- [ ] Wayland protocol stability updates
---
## 📄 License ## 📄 License
AGPL v3+ AGPL v3+