summaryrefslogtreecommitdiff
path: root/README.md
blob: 0c0051544c3c3af73f1a439b5bc39d1ba668540d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# greetd-mini-wl-greeter

An extremely simple raw Wayland greeter for greetd, inspired by
[lightdm-mini-greeter](https://github.com/prikhi/lightdm-mini-greeter).

![Screenshot](screenshot.png)

## Usage

Follow the same steps as for e.g. gtkgreet in the [greetd
wiki](https://man.sr.ht/~kennylevinsen/greetd/). See the man page for sway
config suggestions.

## Install

### Arch

greetd-mini-wl-greeter is available on the
[AUR](https://aur.archlinux.org/packages/greetd-mini-wl-greeter-git/):
```sh
paru -S greetd-mini-wl-greeter-git
```

### Source
```sh
meson build
ninja -C build
```

## Tips

It's quite entertaining to set the password character to one from the
[combining diacritical
marks] (https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) page, e.g.
```sh
greetd-mini-wl-greeter -C ̣
```

![Combining diacritical screenshot](screenshot_vertical.png)