lightdm: improving a bit the indentation.
This commit is contained in:
parent
2e088aa277
commit
b4af56d376
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user