From bd3a256d8f9707e3d628d759c97cb7d04e8e8051 Mon Sep 17 00:00:00 2001 From: JezerM Date: Sat, 27 Nov 2021 20:46:04 -0600 Subject: [PATCH] Added typescript types reference --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3338958..49ad426 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,13 @@ See [latest release][releases]. You can access the man-pages `man web-greeter` for some documentation and explanation. Also, you can explore the provided [themes](./themes) for real use cases. + +Aditionally, you can install the TypeScript types definitions inside your theme with npm: + +```sh +npm install nody-greeter-types +``` + ## Enable features ### Brightness control To control the brightness inside the greeter, I recommend to use [acpilight][acpilight] replacement for `xbacklight`.