summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2017-11-02 12:27:04 +0100
committerHolger Paradies <retabell@gmx.de>2017-11-02 12:33:56 +0100
commiteae9ad825a87a5cb8a6843ccf8bce40808b0019a (patch)
tree4e0975eda9da43fd703faca2b1f81c079f036bb7 /config/chroot_local-hooks
parent5be40a10bfd12b554d33dc9c6e5f6843796d3b01 (diff)
downloadkanotix-eae9ad825a87a5cb8a6843ccf8bce40808b0019a.zip
kanotix-eae9ad825a87a5cb8a6843ccf8bce40808b0019a.tar.gz
steelfire fix set gtkrc-2.0 theme
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-xconfig/chroot_local-hooks/03-steelfire-fixes5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/03-steelfire-fixes b/config/chroot_local-hooks/03-steelfire-fixes
index 1324af7..415249e 100755
--- a/config/chroot_local-hooks/03-steelfire-fixes
+++ b/config/chroot_local-hooks/03-steelfire-fixes
@@ -18,4 +18,9 @@ Section "InputClass"
EndSection
EOF
+# set gtk2 theme
+ sed -i s/Industrial/Clearlooks-Phenix/ /etc/skel/.gtkrc-2.0
+ echo 'gtk-theme-name="Clearlooks-Phenix"' >>/etc/skel/.gtkrc-2.0
+ ln -s .gtkrc-2.0 /etc/skel/.gtkrc-2.0-kde4
+
fi