From: John-Anthony Elenis Date: Mon, 26 Aug 2019 14:31:03 +0000 (-0400) Subject: Moved installation to top in README X-Git-Tag: v1.0~35 X-Git-Url: http://git.osdn.net/view?p=alterlinux%2Flightdm-webkit2-theme-alter.git;a=commitdiff_plain;h=407fea5a0a70822b86b2fe9d3afa3a4b3c3f3d3e Moved installation to top in README --- diff --git a/README.md b/README.md index 3aacf19..385805c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,12 @@ -# Greeter.js -#### A lightweight framework to help create high quality themes for Lightdm Greeter. +# LoginManager.js -## Description -### Easily create your own Linux greeter +## About +#### Easily design your own Linux greeter without having to worry about the implementation. +An event based interface for creating fully customizable Linux login themes +using Lightdm's Webkit2 Greeter. -![](doc/example.gif) - -## Examples -![](doc/example_01.png) -![](doc/example_04.png) +![](doc/example.gif) ## Installation Install the lightdm and its webkit greeter, make sure that no other version of lightdm is installed on your system. @@ -34,17 +31,23 @@ Next clone the this repo and copy it to the webkit2 themes folder. (You will nee root permission for the copy) ``` -$ git clone https://github.com/jelenis/greeter.js.git +$ git clone https://github.com/jelenis/LoginManager.js.git # cp -r lightdm-theme /usr/share/lightdm-webkit/themes/ ``` -Lastly, set the value of theme in `/etc/lightdm/lightdm-webkit2-greeter.conf` to greeter.js +Lastly, set the value of theme in `/etc/lightdm/lightdm-webkit2-greeter.conf` to LoginManager.js ``` [greeter] ... -webkit_theme = greeter.js +webkit_theme = LoginManager.js ``` + +## Screenshots +![](doc/example_01.png) + +![](doc/example_04.png) + ## Usage ### Basic Usage See [theme.js](js/theme.js) and [theme.css](css/theme.css) for basic usage.