Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 2 KB

README.md

File metadata and controls

49 lines (43 loc) · 2 KB

lightdm-weeb-minimal

Summary

A lightdm greeter based on lightdm-gab-gradient, customized a bit for your minimal weeb needs. See the live demo.

Features

Screenshot

Screenshot

Installation guide

These are commands for Arch Linux, although you can do pretty much the same for any distro.

  1. Install lightdm and web-greeter.
# Remember to update your system, pls
sudo pacman -Syu

# Now, you can proceed
sudo pacman -S lightdm
yay -S web-greeter
  1. Enable lightdm.
sudo systemctl enable lightdm
  1. In the terminal, navigate to /usr/share/web-greeter/themes.
cd /usr/share/web-greeter/themes
  1. Clone this repository.
sudo git clone https://github.com/fredrare/lightdm-weeb-minimal.git weeb-minimal
  1. Enable the theme in your /etc/lightdm/web-greeter.yml by going to the greeter section, finding the theme variable and replacing its value with weeb-minimal.
  2. Edit /etc/lightdm/lightdm.conf, find the greeter_session variable and replace its value with web-greeter.

TODO

  • Session selector
  • Colour selector
  • Donate: 0x4b42000631e03fee79cedcb8f82627034541b2fa

Feel free to open a PR!