summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2013-02-07 09:23:33 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2013-02-07 09:23:33 +0100
commit25d2189bede507b0af656e6311fb0d49e8f3dd5f (patch)
treefc34b5e6fee0c7a0a9b6cf02cd60ffd63221a6d6 /config
parent731d1e2e0efb066c294275c1492e9052f6835b64 (diff)
downloadkanotix-25d2189bede507b0af656e6311fb0d49e8f3dd5f.zip
kanotix-25d2189bede507b0af656e6311fb0d49e8f3dd5f.tar.gz
LXDE: kanotix-wallpaper on login
Diffstat (limited to 'config')
-rwxr-xr-xconfig/chroot_local-hooks/lxde-fixes5
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