~kennylevinsen/greetd-devel

Add ReGreet to list of known greetd greeters v1 APPLIED

Harish Rajagopal: 1
 Add ReGreet to list of known greetd greeters

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~kennylevinsen/greetd-devel/patches/38970/mbox | git am -3
Learn more about email & git

[PATCH] Add ReGreet to list of known greetd greeters Export this patch

---
Hi, I created a greeter for greetd called ReGreet. I'd like to add it to
the list of known greetd greeters (since you mention that patches
expanding the list are welcome).

 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index f4625cd..f36c0a7 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@ See the [wiki](https://man.sr.ht/~kennylevinsen/greetd) for FAQ, guides for comm
- [ddlm](https://github.com/deathowl/ddlm) - Deathowl's dummy login manager (using fbdev)
- [wlgreet](https://git.sr.ht/~kennylevinsen/wlgreet) - Wayland greeter (using wlr-layer-shell, to be used with something like `sway`)
- [tuigreet](https://github.com/apognu/tuigreet) - Console UI greeter (using tui-rs)
- [ReGreet](https://github.com/rharish101/ReGreet) - Clean and customizable GTK4 based greeter (to be used with something like `sway`)

Patches expanding the list welcome.

-- 
2.39.1
Applied, thanks!