Dustin Falgout
9 years ago
3 changed files with 48 additions and 65 deletions
@ -0,0 +1,47 @@ |
|||||||
|
# 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. |
||||||
|
|
@ -1,63 +0,0 @@ |
|||||||
h1. lightdm-webkit-theme-antergos |
|
||||||
|
|
||||||
|
|
||||||
h2. Overview |
|
||||||
|
|
||||||
Official LightDM Webkit Greeter Theme of Antergos Linux |
|
||||||
|
|
||||||
h2. Screenshots |
|
||||||
<img src="img/screenshot1.jpg" alt="screenshot1" /> |
|
||||||
<img src="img/screenshot2.jpg" alt="screenshot2" /> |
|
||||||
<img src="img/screenshot3.jpg" alt="screenshot3" /> |
|
||||||
|
|
||||||
h2. Prerequisites |
|
||||||
|
|
||||||
* lightdm |
|
||||||
* lightdm-webkit2-greeter |
|
||||||
* antergos-wallpapers (used for the background switcher) |
|
||||||
|
|
||||||
Enable @ligthdm-webkit2-greeter@ by editing @/etc/lightdm/lightdm.conf@ and setting @greeter-session@ property to @lightdm-webkit2-greeter@ : |
|
||||||
|
|
||||||
bc. |
|
||||||
[Seat:*] |
|
||||||
... |
|
||||||
greeter-session=lightdm-webkit2-greeter |
|
||||||
... |
|
||||||
|
|
||||||
h2. Installation |
|
||||||
|
|
||||||
Antergos users should have it installed by default. It can be reinstalled if needed using pacman. |
|
||||||
Arch users can install using their favorite AUR pacman wrapper. |
|
||||||
Others can install manually: |
|
||||||
|
|
||||||
# Download "Antergos Theme":https://github.com/Antergos/lightdm-webkit-theme-antergos/zipball/master |
|
||||||
# Unzip it. |
|
||||||
# This should create a folder named like @Antergos-lightdm-webkit-theme-antergos-28c4b13@ |
|
||||||
# Rename this folder to @antergos@ (so that the complete path becomes @/usr/share/lightdm-webkit/themes/antergos@) |
|
||||||
# Edit the resource @/etc/lightdm/lightdm-webkit2-greeter.conf@ and set @webkit-theme@ property to @antergos@ : |
|
||||||
|
|
||||||
bc. |
|
||||||
[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. |
|
||||||
|
|
||||||
h1. Uninstallation |
|
||||||
|
|
||||||
To uninstall, simply restore the @greeter-session@ property of the @/etc/lightdm/lightdm.conf@ file and restart your computer (or at least lightdm). |
|
||||||
|
|
||||||
You may also want to : |
|
||||||
# Remove the folder @antergos@ created in @/usr/share/lightdm-webkit/themes/@ |
|
||||||
# Restore the @webkit-theme@ property of the @/etc/lightdm/lightdm-webkit-greeter.conf@ file |
|
||||||
|
|
||||||
h1. 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. |
|
||||||
|
|
Loading…
Reference in new issue