You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.3 KiB
38 lines
1.3 KiB
9 years ago
|
# lightdm-webkit-theme-antergos
|
||
9 years ago
|
|
||
|
|
||
|
|
||
|
### Overview
|
||
|
|
||
|
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.
|
||
|
|
||
|
### Screenshots
|
||
|
<center>
|
||
|
<img src="img/screenshot1.jpg" alt="screenshot1" />
|
||
|
<hr/>
|
||
|
<img src="img/screenshot2.jpg" alt="screenshot2" />
|
||
|
<hr/>
|
||
|
<img src="img/screenshot3.jpg" alt="screenshot3" />
|
||
|
</center>
|
||
|
|
||
|
### Prerequisites
|
||
|
* lightdm-webkit2-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.
|
||
|
|
||
|
### User Icons Management
|
||
|
|
||
|
To change users icons:
|
||
|
|
||
|
* Create a resource named with the user's login in `/var/lib/AccountsService/icons/`
|
||
|
* Edit `/var/lib/AccountsService/users/<userLogin>` and add a property `Icon` targeting the icon resource you just created.
|
||
|
|
||
9 years ago
|
## 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).
|
||
9 years ago
|
|
||
|
|
||
9 years ago
|
## Translations
|
||
|
Translations are managed through [Transifex](http://transifex.com).
|
||
9 years ago
|
|