blob: 6d6700585050edf71fd1d123c26a8bca1ddfefd6 (
plain)
1
2
3
4
5
|
#!/bin/bash
if [ -x /usr/sbin/lightdm ]; then
# dirty hack kanotix wallpaper on login-screen
echo "background=/usr/share/images/kanotix-starrise/kanotix-starrise.png" >>/etc/lightdm/lightdm-gtk-greeter.conf
fi
|