lightdm: improving a bit the indentation.

This commit is contained in:
Lluís Batlle i Rossell 2013-04-22 23:31:29 +04:00
parent 2e088aa277
commit b4af56d376

View File

@ -37,17 +37,17 @@ let
# We need this to ensure that it actually tries to find icons from gnome-icon-theme # We need this to ensure that it actually tries to find icons from gnome-icon-theme
cat - > $out/gtk-3.0/settings.ini << EOF cat - > $out/gtk-3.0/settings.ini << EOF
[Settings] [Settings]
gtk-icon-theme-name=gnome gtk-icon-theme-name=gnome
EOF EOF
cat - > $out/lightdm-gtk-greeter.desktop << EOF cat - > $out/lightdm-gtk-greeter.desktop << EOF
[Desktop Entry] [Desktop Entry]
Name=LightDM Greeter Name=LightDM Greeter
Comment=This runs the LightDM Greeter Comment=This runs the LightDM Greeter
Exec=$out/greeter Exec=$out/greeter
Type=Application Type=Application
EOF EOF
''; '';
}; };