Dustin Falgout
e5a8fa5f4b
|
9 years ago | |
---|---|---|
.. | ||
.tx | 9 years ago | |
css | 9 years ago | |
fonts | 9 years ago | |
i18n | 9 years ago | |
img | 9 years ago | |
js | 9 years ago | |
.gitignore | 9 years ago | |
COPYING | 9 years ago | |
Makefile.am | 9 years ago | |
README.md | 9 years ago | |
index.html | 9 years ago | |
index.theme | 9 years ago |
README.md
lightdm-webkit-theme-antergos
Overview
This is the default theme included with lightdm-webkit2-greeter. If you are using the Webkit2 greeter, you already have this theme.
Screenshots
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 for installation details.
NOTE:
The last version of this theme which supported the legacy Webkit1 greeter was v2.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 of this theme with the legacy Webkit1 greeter:
- Download Antergos Theme
- Unzip it. This should create a folder named like
Antergos-lightdm-webkit-theme-antergos-2.3.2
. - 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
) - Edit
/etc/lightdm/lightdm-webkit-greeter.conf
and set thewebkit-theme
property toantergos
:
[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:
- 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
- Create or edit
/var/lib/AccountsService/users/<userLogin>
and add aIcon
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.