JezerM
3 years ago
5 changed files with 26 additions and 2 deletions
@ -0,0 +1,20 @@ |
|||||||
|
Package: web-greeter |
||||||
|
Version: 3.0.0 |
||||||
|
Provides: lightdm-greeter |
||||||
|
Replaces: lightdm-webkit-greeter |
||||||
|
Section: x11 |
||||||
|
Priority: optional |
||||||
|
Homepage: https://github.com/JezerM/web-greeter |
||||||
|
Installed-Size: 15052 |
||||||
|
Architecture: all |
||||||
|
Maintainer: JezerM <amyuki4@gmail.com> |
||||||
|
Depends: python3, |
||||||
|
python3-pip, |
||||||
|
python3-gi, |
||||||
|
python3-pyqt5, |
||||||
|
liblightdm-gobject-1-0, |
||||||
|
liblightdm-gobject-1-dev |
||||||
|
Description: A modern, visually appealing greeter for LightDM. |
||||||
|
Web Greeter utilizes themes built with HTML/CSS/JavaScript for it's login screen. Web Greeter |
||||||
|
themes provide modern, visually appealing, and feature-rich login screens. Two themes are |
||||||
|
included by default. There is also a growing number of 3rd-Party themes available online. |
@ -0,0 +1,3 @@ |
|||||||
|
#!/usr/bin/env sh |
||||||
|
|
||||||
|
pip3 install https://github.com/JezerM/whither/tarball/master |
Loading…
Reference in new issue