├── LICENSE ├── Makefile ├── README.md ├── config.h ├── lightdm-tiny-greeter.c └── lightdm-tiny-greeter.desktop /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiohlala/lightdm-tiny-greeter/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiohlala/lightdm-tiny-greeter/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiohlala/lightdm-tiny-greeter/HEAD/README.md -------------------------------------------------------------------------------- /config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiohlala/lightdm-tiny-greeter/HEAD/config.h -------------------------------------------------------------------------------- /lightdm-tiny-greeter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiohlala/lightdm-tiny-greeter/HEAD/lightdm-tiny-greeter.c -------------------------------------------------------------------------------- /lightdm-tiny-greeter.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiohlala/lightdm-tiny-greeter/HEAD/lightdm-tiny-greeter.desktop --------------------------------------------------------------------------------