readme: Add dumb demo

This commit is contained in:
Kenny Levinsen
2019-09-12 14:13:11 +02:00
parent abe31387c4
commit 7cb451f075

View File

@@ -13,11 +13,20 @@ The greeter runs as a configured user, which is supposed to be one with no inter
Future plans involve adding lock-screen support. Future plans involve adding lock-screen support.
Protocol subject to change soon.
## Included in the box: ## Included in the box:
1. greetd, the daemon itself 1. greetd, the daemon itself
2. greetctl, a sample application to issue the login message. 2. greetctl, a sample application to issue the login message.
## Dumb demo
1. echo "exec alacritty" > /tmp/sway-lm-config
2. sudo greetd --vt 4 --greeter "sway --config /tmp/sway-lm-config" --greeter-user $LOGNAME
3. (In the new terminal): greetctl
4. Answer the questions, and the sway greeter will be replaced by whatever you typed if your login is successful.
## It doesn't work yet! ## It doesn't work yet!
Why are you using this? I haven't even tested it myself! Why are you using this? I haven't even tested it myself!