From 9c83cc248c968b18a827b4fa4c616a8d362176e1 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Fri, 8 Mar 2024 18:08:07 -0800 Subject: [PATCH] all: update quickshell -c -> -p --- lockscreen/README.md | 4 ++-- wlogout/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lockscreen/README.md b/lockscreen/README.md index dfed773..9a1f1b0 100644 --- a/lockscreen/README.md +++ b/lockscreen/README.md @@ -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) diff --git a/wlogout/README.md b/wlogout/README.md index c73b84b..bb24b5f 100644 --- a/wlogout/README.md +++ b/wlogout/README.md @@ -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)