Skip to content

tobiohlala/lightdm-tiny-greeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LightDM Tiny Greeter

Codacy Badge

A tiny yet customizable GTK3 LightDM Greeter with focus on code and minimalism.

default

Installation

git clone https://github.com/tobiohlala/lightdm-tiny-greeter
cd lightdm-tiny-greeter
make
sudo make install

Configuration

All configuration and customization goes into config.h prior compilation.

Variable Meaning
user_text text when prompting for login
pass_text text when prompting for password
session session to start (name of a desktop-entry located in /usr/share/xsessions)
style UI styling via CSS
ui UI definition via XML

Setup

/etc/lightdm/lightdm.conf

[Seat:*]
...
greeter-session=lightdm-tiny-greeter

Dependencies

  • glib libglib-2.0
  • gtk3 libgtk-3 (>= 3.22)
  • lightdm liblightdm-gobject-1 (>= 1.19.1)

Showcase

screenshot1
#1

screenshot2
#2

screenshot3
#3

screenshot4
#4

screenshot5
#5