1
0
Fork 0
quickshell-examples/lockscreen/README.md

11 lines
317 B
Markdown
Raw Permalink Normal View History

2024-03-08 03:42:49 -08: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 03:42:49 -08:00
2024-03-08 18:08:07 -08:00
You can run the lockscreen with `quickshell -p shell.qml`.
2024-03-08 03:42:49 -08:00
2024-03-08 18:08:07 -08:00
You can run the lockscreen in test mode (as a window) with `quickshell -p test.qml`.
2024-03-08 03:42:49 -08:00
![](./image.png)