quickshell-examples/lockscreen/README.md

11 lines
317 B
Markdown
Raw Permalink Normal View History

2024-03-08 11:42:49 +00:00
# Lockscreen
This is a simple but functional lockscreen that follows the system color scheme.
The only authentication method it supports is a password.
2024-03-08 11:42:49 +00:00
2024-03-09 02:08:07 +00:00
You can run the lockscreen with `quickshell -p shell.qml`.
2024-03-08 11:42:49 +00:00
2024-03-09 02:08:07 +00:00
You can run the lockscreen in test mode (as a window) with `quickshell -p test.qml`.
2024-03-08 11:42:49 +00:00
![](./image.png)