A simple web-greeter theme.
Try out the demo!
- Battery display (you need to set
battery: True
in/etc/lightdm/web-greeter.yml
) - Background switches every reload
- Hidden user switcher
- Shutdown, restart, and suspend buttons
- Localized
- Customization through css
-
Install
web-greeter
ornody-greeter
These are all languages that have the word "Hello" translated:
- English
- German
- Italian
- French
- Spanish
- Dutch
- Swedish
- Norwegian
- Turkish
- Russian
- Polish
- Korean
- Japanese
- Chinese
To add your own Language to this list, edit the hello.js file. If your language uses unicode characters, you need to escape them before putting them in.
To customize the theme, you'll have to edit the style.css file. The :root element holds common colors. If you know how to write CSS you may also change other elements to your liking.
- Add a .jpg file to the img/backgrounds directory.
- Append the name of the file (without extention) to the
images
array insideupdateBackground()