В общем, есть такая темка для lightDM, называется mini-greeter (гитхаб: https://github.com/prikhi/lightdm-mini-greeter). Установщика под дебиан у нее нет, можно скачать только из АУРа или собрать самому. Поскольку у меня дебиан, который славится своими самыми «своевременными» обновлениями своих репозиториев, при сборке выдается такая ошибка (последние две строки):
user@host:~/src/lightdm-mini-greeter-master$ ./configure --datadir /usr/share --bindir /usr/bin --sysconfdir /etc
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
./configure: line 3697: syntax error near unexpected token `GTK,'
./configure: line 3697: `PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.14)'