From 50c2b941479e40705fec430c0a4611354027fb6b Mon Sep 17 00:00:00 2001 From: Elektroll Date: Sun, 5 Jan 2020 17:43:15 +0100 Subject: [PATCH] =?UTF-8?q?'README.md'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b18a2b..c89436c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,33 @@ # lightdm-webkit2-c3c -This is a simple greeter for lightdm-webkit2, with a countdown to the next Chaos Communication Congress. \ No newline at end of file +This is a simple greeter for lightdm-webkit2, with a countdown to the next Chaos Communication Congress. + +## How to install and setup on Arch Linux + +you need the [webkit2 greeter](https://www.archlinux.org/packages/community/x86_64/lightdm-webkit2-greeter/) for lightdm + +``` +pacman -S lightdm-webkit2-greeter +``` + +then you can clone this repo (you need root privileges to clone this repo directly into the theme forlder) + +``` +git clone https://git.elektrollart.org/Elektroll/lightdm-webkit2-c3c.git /usr/share/lightdm-webkit/themes/c3c +``` + +Edit **/etc/lightdm/lightdm.conf** and add this line, if not exists: + + +``` +[Seat:*] +greeter-session = lightdm-webkit2-greeter +``` + +Set the the theme which lightdm-webkit2-greeter should use in **/etc/lightdm/lightdm-webkit2-greeter.conf** : + +``` +webkit_theme = c3c +``` + +c3c is the foldername. \ No newline at end of file