Go to file
colin e543c2c9be release: v0.1.2
better logging/error handling
2022-10-20 19:20:54 -07:00
src setup_greeter: convert `unwrap`s to `expect`s with messages 2022-10-20 19:19:56 -07:00
.gitignore die python! 2020-04-23 21:35:00 +12:00
Cargo.lock release: v0.1.2 2022-10-20 19:20:54 -07:00
Cargo.toml release: v0.1.2 2022-10-20 19:20:54 -07:00
LICENCE licence and readme 2020-03-01 17:42:12 +13:00
Makefile seperated build and install steps in Makefile 2020-05-17 11:16:08 +12:00
README.md theming documentation 2020-09-20 08:53:59 +12:00
flake.lock add a `flake.nix` for Nix builds 2022-10-20 02:01:14 -07:00
flake.nix release: 0.1.1 2022-10-20 03:25:09 -07:00
interface.ui os release thingy at bottom 2020-07-16 09:20:03 +00:00
lightdm-mobile-greeter.desktop forgot this file when making generic name 2020-02-20 21:47:48 +13:00
style.css os release thingy at bottom 2020-07-16 09:20:03 +00:00

README.md

Lightdm mobile greeter

A simple log in screen for use on touch screens, designed for use on postmarketOS but should work for others too.

Installing

make install

Configuring

As of version 3 I will now try to guess the user.

lightdm.conf

greeter-session=lightdm-mobile-greeter
user-session=<THE CHOSEN DE TO LAUNCH AFTER SUCCESSFUL LOGIN>

Theming

If you have a file at /etc/lightdm/lightdm_mobile_greeter.css styling will be read from it falling back to the backed in styling, checkout style.css to get ideas on what to change