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
- Host: GitHub
- URL: https://github.com/wineee/waygreet
- Owner: wineee
- Created: 2024-05-23T15:46:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-06-19T09:09:07.000Z (about 1 month ago)
- Last Synced: 2026-06-19T11:12:37.252Z (about 1 month ago)
- Topics: greetd, greeter, qml, wlroots
- Language: C++
- Homepage:
- Size: 692 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/CC-BY-4.0.txt
Awesome Lists containing this project
README
# WayGreet
A simple greeter for greetd, still in develop...
[](https://deepwiki.com/wineee/WayGreet)

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)