summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2021-11-04 18:40:46 +0000
committerPhil Jones <philj56@gmail.com>2021-11-04 18:40:46 +0000
commitc28c5249c4d3ba7076e2c6ea598e3ad93a168301 (patch)
treecae39eee8a2a20a2b7f8fd8919dce17794437e96 /README.md
parent4caf09d20a9038d2a83349ad0f3e97cfa28ae979 (diff)
Add note on speed to README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 993287e..a48953f 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,11 @@ An extremely simple raw Wayland greeter for
![Screenshot](screenshot.png)
+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