The greeter exposes a JavaScript API to themes which they must use to interact with the greeter (in order to facilitate the user login process). For more details, check out the [API Documentation](https://doclets.io/Antergos/lightdm-webkit2-greeter/stable).
The greeter exposes a JavaScript API to themes which they must use to interact with the greeter (in order to facilitate the user login process). For more details, check out the [API Documentation](https://doclets.io/Antergos/web-greeter/stable).
## Translations
@ -44,8 +44,8 @@ Translations are managed through [Transifex](https://www.transifex.com/faidoc/an
This is the default theme included with [lightdm-webkit2-greeter](http://github.com/Antergos/lightdm-webkit2-greeter). If you are using the Webkit2 greeter, you already have this theme.
This is the default theme included with [web-greeter](http://github.com/Antergos/web-greeter). If you are using the Webkit2 greeter, you already have this theme.
### Screenshots
<center>
@ -16,10 +16,10 @@ This is the default theme included with [lightdm-webkit2-greeter](http://github.
</center>
### Prerequisites
* lightdm-webkit2-greeter
* web-greeter
### Installation
This theme is included with `lightdm-webkit2-greeter` which is installed by default for Antergos users. Non-Antergos users should see [lightdm-webkit2-greeter](https://github.com/Antergos/lightdm-webkit2-greeter/) for installation details.
This theme is included with `web-greeter` which is installed by default for Antergos users. Non-Antergos users should see [web-greeter](https://github.com/Antergos/web-greeter/) for installation details.
### User Icons Management
@ -29,7 +29,7 @@ To change users icons:
* Edit `/var/lib/AccountsService/users/<userLogin>` and add a property `Icon` targeting the icon resource you just created.
## Theme JavaScript API:
The greeter exposes a JavaScript API to themes which they must use to interact with the greeter (in order to facilitate the user login process). For more details, check out the [API Documentation](https://doclets.io/Antergos/lightdm-webkit2-greeter/master).
The greeter exposes a JavaScript API to themes which they must use to interact with the greeter (in order to facilitate the user login process). For more details, check out the [API Documentation](https://doclets.io/Antergos/web-greeter/master).