diff options
-rwxr-xr-x | config/chroot_local-hooks/lxde-fixes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/lxde-fixes b/config/chroot_local-hooks/lxde-fixes new file mode 100755 index 0000000..6d67005 --- /dev/null +++ b/config/chroot_local-hooks/lxde-fixes @@ -0,0 +1,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 |