all: update quickshell -c -> -p

This commit is contained in:
outfoxxed 2024-03-08 18:08:07 -08:00
parent bc279df183
commit 9c83cc248c
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
This is a barebones lockscreen with a password input box.
Note that you MUST have `pamtester` installed or you won't be able to log in.
You can run the lockscreen with `quickshell -c shell.qml`.
You can run the lockscreen with `quickshell -p shell.qml`.
You can run the lockscreen in test mode (as a window) with `quickshell -c test.qml`.
You can run the lockscreen in test mode (as a window) with `quickshell -p test.qml`.
![](./image.png)

View File

@ -2,6 +2,6 @@
This is a mostly faithful clone of [wlogout](https://github.com/ArtsyMacaw/wlogout).
You can run the example with `quickshell -c shell.qml`.
You can run the example with `quickshell -p shell.qml`.
![](./image.png)