diff options
author | Phil Jones <philj56@gmail.com> | 2021-11-06 18:44:27 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2021-11-06 19:02:29 +0000 |
commit | ae23e86114f559ce6d01a3e2499fc5417dc90d37 (patch) | |
tree | c55d7f3c3b131efd50ec2a6f884b48f9ce250c63 /README.md | |
parent | c28c5249c4d3ba7076e2c6ea598e3ad93a168301 (diff) |
Start conversion to tofi.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 47 |
1 files changed, 3 insertions, 44 deletions
@@ -1,46 +1,5 @@ -# greetd-mini-wl-greeter +# tofi -An extremely simple raw Wayland greeter for -[greetd](https://sr.ht/~kennylevinsen/greetd/), inspired by -[lightdm-mini-greeter](https://github.com/prikhi/lightdm-mini-greeter). +An extremely simple dmenu/rofi replacement for Wayland. - - -The aim is to do just what I want it to as quick as possible. On a 2015 Macbook -Pro, with no background image or font options, startup takes ~35ms. On a -Raspberry Pi Zero 2, it takes ~500ms, mostly waiting for EGL / OpenGL to -initialise. - -## 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 -configuration options. All colors and sizes can be customised, and a PNG -background image can be displayed scaled and centered. - -## 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 ̣ -``` - - +The aim is to do just what I want it to as quick as possible. |