36 lines
801 B
Diff
36 lines
801 B
Diff
Author: Yves-Alexis Perez <corsac@debian.org>
|
|
Author: Lionel Le Folgoc <mrpouit@gmail.com>
|
|
Description: adapt GTK+ greeter config to Debian
|
|
Especially:
|
|
|
|
* use background from desktop-base
|
|
* force the use of default GTK+ 3 theme (Adwaita)
|
|
* use some hinting
|
|
|
|
Forwarded: not-needed
|
|
|
|
--- a/data/lightdm-gtk-greeter.conf
|
|
+++ b/data/lightdm-gtk-greeter.conf
|
|
@@ -14,15 +14,15 @@
|
|
# keyboard = command to launch on-screen keyboard
|
|
#
|
|
[greeter]
|
|
-#background=
|
|
-#theme-name=
|
|
+background=/usr/share/images/desktop-base/login-background.svg
|
|
+theme-name=Adwaita
|
|
#icon-theme-name=
|
|
#font-name=
|
|
-#xft-antialias=
|
|
+xft-antialias=true
|
|
#xft-dpi=
|
|
-#xft-hintstyle=
|
|
-#xft-rgba=
|
|
-#show-language-selector=
|
|
+xft-hintstyle=hintfull
|
|
+xft-rgba=rgb
|
|
+show-language-selector=true
|
|
#show-indicators=
|
|
#show-clock=
|
|
#clock-format=
|