https://github.com/sclorentz/gtkgreet
gtkgreet with gtk4 for my NixOS build
https://github.com/sclorentz/gtkgreet
dm gtk4 nixos
Last synced: 3 months ago
JSON representation
gtkgreet with gtk4 for my NixOS build
- Host: GitHub
- URL: https://github.com/sclorentz/gtkgreet
- Owner: SCLorentz
- License: gpl-3.0
- Created: 2025-07-18T16:47:30.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-07-20T18:52:16.000Z (3 months ago)
- Last Synced: 2025-07-20T19:05:51.239Z (3 months ago)
- Topics: dm, gtk4, nixos
- Language: C
- Homepage:
- Size: 1.67 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gtkgreet for my NixOS
GTK based greeter for greetd, to be run under cage or similar.
github mirror: https://github.com/kennylevinsen/gtkgreet/tree/master
See the [wiki](https://man.sr.ht/~kennylevinsen/greetd) for FAQ, guides for common configurations, and troubleshooting information.
Additions:
---
- C++
- Gtk4
## How to use
See the wiki.
## How to build
```
meson build
ninja -C build
```
Layer-shell support will be enabled automatically if [gtk-layer-shell](https://github.com/wmww/gtk-layer-shell) development files are installed.## How to build without gtk-layer-shell
```
meson build -Dlayershell=disabled
ninja -C build
```# How to discuss
Go to #kennylevinsen @ irc.libera.chat to discuss, or use [~kennylevinsen/greetd-devel@lists.sr.ht](https://lists.sr.ht/~kennylevinsen/greetd-devel).