Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
clean up leftover files from submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Apr 9, 2016
1 parent 8a2ddab commit 90f59ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 80 deletions.
Empty file removed .gitmodules
Empty file.
12 changes: 0 additions & 12 deletions themes/antergos/.gitignore

This file was deleted.

71 changes: 3 additions & 68 deletions themes/antergos/README.md
Original file line number Diff line number Diff line change
@@ -1,69 +1,4 @@
# lightdm-webkit-theme-antergos



### 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.

#### ***NOTE:***
The last version of this theme which supported the legacy Webkit1 greeter was [v2.3.2](https://github.com/Antergos/lightdm-webkit-theme-antergos/releases/tag/2.3.2).
Versions of this theme later than ***2.3.2*** will not work with the legacy Webkit1 greeter. If you want to use the latest version of the theme you must use the Webkit2 greeter.

#### To use [v2.3.2](https://github.com/Antergos/lightdm-webkit-theme-antergos/releases/tag/2.3.2) of this theme with the legacy Webkit1 greeter:

1. Download [Antergos Theme](https://github.com/Antergos/lightdm-webkit-theme-antergos/archive/2.3.2.zip)
2. Unzip it. This should create a folder named like `Antergos-lightdm-webkit-theme-antergos-2.3.2`.
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-webkit-greeter.conf` and set the `webkit-theme` property to `antergos`:

```
[greeter]
webkit-theme=antergos
```

Optionally you can install the included font `Open Sans`.

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:

1. Put an image file with the same name as the user's login into `/var/lib/AccountsService/icons/`
* eg. For user `john` whose home directory is `/home/john` the the full path to the user image would be:
`/var/lib/AccountsService/icons/john`
2. Create or edit `/var/lib/AccountsService/users/<userLogin>` and add a `Icon` property targeting the icon image you just created.
* eg. `/var/lib/AccountsService/users/john` would contain:

```
[User]
Language=en_US.utf8
XSession=cinnamon
SystemAccount=false
Icon=/var/lib/AccountsService/icons/john
```

This theme works well with 96x96 images.

### Translations

Translations are managed through [Transifex](https://www.transifex.com/faidoc/antergos). Please do not submit PR for translations.

### THIS REPO IS A MIRROR
#### Theme code is now maintained as part of [lightdm-webkit2-greeter](http://github.com/antergos/lightdm-webkit2-greeter).
#### This repo is maintained as a mirror of the theme's code for easy cloning.

0 comments on commit 90f59ea

Please sign in to comment.