A lightdm greeter based on lightdm-gab-gradient, customized a bit for your minimal weeb needs. See the live demo.
- Apple-styled shadows and corners
- Fractal noise-based aesthetic pastel background
- Date in japanese - Yuji Syuku font
- Time with seconds - Yuji Syuku font
- Multi-user
- Anti-shoulder-surfing ultra-secure password field - IBM Plex Mono font
- Keyboard-navigation support
- Built-in fonts: Lato, Yuji Syuku and IBM Plex Mono
These are commands for Arch Linux, although you can do pretty much the same for any distro.
- Install
lightdm
andweb-greeter
.
# Remember to update your system, pls
sudo pacman -Syu
# Now, you can proceed
sudo pacman -S lightdm
yay -S web-greeter
- Enable
lightdm
.
sudo systemctl enable lightdm
- In the terminal, navigate to
/usr/share/web-greeter/themes
.
cd /usr/share/web-greeter/themes
- Clone this repository.
sudo git clone https://github.com/fredrare/lightdm-weeb-minimal.git weeb-minimal
- Enable the theme in your
/etc/lightdm/web-greeter.yml
by going to thegreeter
section, finding thetheme
variable and replacing its value withweeb-minimal
. - Edit
/etc/lightdm/lightdm.conf
, find thegreeter_session
variable and replace its value withweb-greeter
.
- Session selector
- Colour selector
- Donate:
0x4b42000631e03fee79cedcb8f82627034541b2fa
Feel free to open a PR!