A simple terminal style theme for lightdm-webkit2-greeter
cd /usr/share/lightdm-webkit/themes/
git clone https://github.com/eNzyOfficial/lightdm-tty.git tty
vim /etc/lightdm/lightdm-webkit2-greeter.conf
- Find
greeter
section and setwebkit-theme
to tty
You can run ./test.sh
to try it out if you like!
lightdm-tty is available from the Arch User Repository (AUR). Install it with your favourite AUR helper, for example:
pacaur -S lightdm-webkit2-theme-tty-git
If you don't want to use an AUR helper, you can always build the package manually from the PKGBUILD included in the repository.
- Command history using ↑ and ↓
- Clear input using
ctrl+c
- Autocomplete using
TAB
You can lock by using dm-tool switch-to-greeter
or dm-tool lock
login [user]
- Attempts to login as userpasswd
- Attempts to login to locked/current sessionusers
= Lists usersls
- Lists available sessions eg. i3poweroff
- Shuts down machinereboot
- Restarts machinesuspend
- Suspends machineclear
- Clears outputhelp
- Lists available commandsman [command]
- Shows manual for commandmotd
- Shows MOTD
- Make it more customizable
- Languages
- Layouts
Feel free to make contributions! Suggestions, bug reports and pull requests are welcome.
Thanks for Tardog for adding it to the AUR
This work is free. You can redistribute it and/or modify it under the terms of the WTFPL (Do What The Fuck You Want To Public License), Version 2, as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.