fredrare / lightdm-weeb-minimal

A simple lightdm web greeter for weebs.

Home Page:https://fredrare.github.io/lightdm-weeb-minimal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

A simple lightdm web greeter for weebs.

https://fredrare.github.io/lightdm-weeb-minimal/

License:The Unlicense


Languages

Language:JavaScript 49.2%Language:HTML 27.8%Language:CSS 23.0%