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

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

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

![screenshot](https://git.sr.ht/~kennylevinsen/gtkgreet/blob/master/assets/screenshot.png)

## 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).