Skip to content

fredrare/lightdm-weeb-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!