Browse Source

Updated README

sisyphus
JezerM 4 years ago
parent
commit
cefdc92c84
  1. 5
      README.md

5
README.md

@ -13,6 +13,7 @@ As this is based on the [master release](https://github.com/Antergos/web-greeter
- JavaScript error handling, allowing to load the default theme. - JavaScript error handling, allowing to load the default theme.
- Themes could be simple, or very complex. - Themes could be simple, or very complex.
- Battery and brightness control. - Battery and brightness control.
- Tab completion for zsh and bash.
## Dependencies ## Dependencies
| | arch | ubuntu | fedora | openSUSE | | | arch | ubuntu | fedora | openSUSE |
@ -46,12 +47,12 @@ To control the brightness inside the greeter, I recommend to use [acpilight][acp
udev rules are needed to be applied before using it. Then, lightdm will need to be allowed to change backlight values, to do so add lightdm user to **video** group: `sudo usermod -a -G video lightdm` udev rules are needed to be applied before using it. Then, lightdm will need to be allowed to change backlight values, to do so add lightdm user to **video** group: `sudo usermod -a -G video lightdm`
If you don't want to or don't have a compatible device, disable it inside `/etc/lightdm/web-greeter.yml` If you don't want to or don't have a compatible device, disable it inside `/etc/lightdm/web-greeter.yml` (disabled by default)
### Battery status ### Battery status
`acpi` is the only tool you need (and a battery). `acpi` is the only tool you need (and a battery).
You can disable it inside `/etc/lightdm/web-greeter.yml` You can disable it inside `/etc/lightdm/web-greeter.yml` (disabled by default)
## Debugging ## Debugging
You can run the greeter from within your desktop session if you add the following line to the desktop file for your session located in `/usr/share/xsessions/`: `X-LightDM-Allow-Greeter=true`. You can run the greeter from within your desktop session if you add the following line to the desktop file for your session located in `/usr/share/xsessions/`: `X-LightDM-Allow-Greeter=true`.

Loading…
Cancel
Save