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.
48 lines
2.0 KiB
48 lines
2.0 KiB
9 years ago
|
# lightdm-webkit-theme-antergos
|
||
|
[![Latest Release](https://img.shields.io/github/release/Antergos/lightdm-webkit2-greeter.svg)](https://github.com/Antergos/lightdm-webkit2-greeter/releases/tag/0.2.3) [![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/Antergos/lightdm-webkit2-greeter/blob/master/LICENSE)
|
||
|
|
||
|
|
||
|
### 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
|
||
|
<img src="img/screenshot1.jpg" alt="screenshot1" />
|
||
|
<img src="img/screenshot2.jpg" alt="screenshot2" />
|
||
|
<img src="img/screenshot3.jpg" alt="screenshot3" />
|
||
|
|
||
|
### Prerequisites
|
||
|
* lightdm-webkit-greeter
|
||
|
* antergos-wallpapers (used for the background switcher)
|
||
|
|
||
|
### Installation
|
||
|
Antergos users have this theme installed by default. It can be reinstalled using pacman if needed. Arch users can install [lightdm-webkit2-greeter](https://aur.archlinux.org/packages/lightdm-webkit2-greeter/) from the AUR.
|
||
|
|
||
|
To use this theme with the legacy Webkit1 greeter:
|
||
|
|
||
|
1. Download [Antergos Theme](https://github.com/Antergos/lightdm-webkit-theme-antergos/zipball/master)
|
||
|
2. Unzip it. This should create a folder named like `Antergos-lightdm-webkit-theme-antergos-28c4b13`.
|
||
|
3. Rename this folder to `antergos` and copy move it to the themes directory (so that the complete path becomes `/usr/share/lightdm-webkit/themes/antergos`)
|
||
|
4. Edit `/etc/lightdm/lightdm-webkit2-greeter.conf` and set the `webkit-theme` property to `antergos`:
|
||
|
|
||
|
```
|
||
|
[greeter]
|
||
|
webkit-theme=antergos
|
||
|
|
||
|
```
|
||
|
|
||
|
Optionally you can install the included font `Lato`.
|
||
|
|
||
|
Now if you restart your computer (or at least if you restart lightdm), the antergos greeter theme should be activated.
|
||
|
|
||
|
|
||
|
### 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.
|
||
|
|
||
|
This theme works well with 96x96 images.
|
||
|
|