An open API service indexing awesome lists of open source software.

https://github.com/wineee/waygreet

[WIP!!] A simple greeter for greetd
https://github.com/wineee/waygreet

greetd greeter qml wlroots

Last synced: 25 days ago
JSON representation

[WIP!!] A simple greeter for greetd

Awesome Lists containing this project

README

          

# WayGreet

A simple greeter for greetd, still in develop...
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/wineee/WayGreet)

![screenshot](./dist/screenshot.jpg)

Edit the greetd config file (/etc/greetd/config.toml) to set WayGreet as the default session:
```
[default_session]
command = "waygreet"
user = "greeter"
```

#### Configuration Example

In "/etc/xdg/dwapp/waygreet.conf":

```
[General]
cursorSize=@Size(24 24)
cursorTheme=bloom
[Theme]
background=/usr/share/wallpapers/Next/contents/images/1920x1080.png
```

#### TODO

- [ ] Optimize multi-screen support
- [ ] Basic x11 session support
- [ ] Customizable themes similar to sddm
- [ ] Keyboard layout switching
- [ ] Display and keyboard brightness control

#### Thanks to:

- [waylib](https://github.com/vioken/waylib)
- [greetd](https://sr.ht/~kennylevinsen/greetd)
- [sddm](https://github.com/sddm/sddm)
- [simplicity-sddm-theme](https://gitlab.com/isseigx/simplicity-sddm-theme)
- [qmlgreet](https://github.com/nowrep/qmlgreet)