summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2013-02-07 09:26:13 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2013-02-07 09:26:13 +0100
commitf3a57b0e63bd5e0914eaee4372cee722f2b6ae59 (patch)
tree24aa5fb973a8793959418a5b49850983b75f18f2 /config
parent25d2189bede507b0af656e6311fb0d49e8f3dd5f (diff)
downloadkanotix-f3a57b0e63bd5e0914eaee4372cee722f2b6ae59.zip
kanotix-f3a57b0e63bd5e0914eaee4372cee722f2b6ae59.tar.gz
modify theme from gtkrc-2.0 etcskel-kanotix
Diffstat (limited to 'config')
-rwxr-xr-xconfig/chroot_local-hooks/lxde-fixes1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/lxde-fixes b/config/chroot_local-hooks/lxde-fixes
index 6d67005..ddea012 100755
--- a/config/chroot_local-hooks/lxde-fixes
+++ b/config/chroot_local-hooks/lxde-fixes
@@ -2,4 +2,5 @@
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
+ sed -i s/Industrial/Clearlooks/ /etc/skel/.gtkrc-2.0
fi