diff options
author | Holger Paradies <retabell@gmx.de> | 2019-04-30 20:00:27 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2019-04-30 21:16:23 +0200 |
commit | 9f7ca62bc32370b00144c743c2c6e7221d98872e (patch) | |
tree | 092911442d954781e4aa8185979fe714659fe2d7 | |
parent | 4be9427980e2a3300dcdf69716a16b9e398ee15c (diff) | |
download | kanotix-9f7ca62bc32370b00144c743c2c6e7221d98872e.zip kanotix-9f7ca62bc32370b00144c743c2c6e7221d98872e.tar.gz |
set compiz splash
-rwxr-xr-x | config/chroot_local-hooks/03-silverfire-fixes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/03-silverfire-fixes b/config/chroot_local-hooks/03-silverfire-fixes index 6062bda..fb47ea6 100755 --- a/config/chroot_local-hooks/03-silverfire-fixes +++ b/config/chroot_local-hooks/03-silverfire-fixes @@ -43,4 +43,10 @@ cat <<"EOF" >/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-mana </property> </channel> EOF + +# set compiz splash + if [ -e /etc/skel/.config/compiz/compizconfig/Default.ini ]; then + sed -i 's/splash_background_spitfire.png/splash_background_silverfire.png/' /etc/skel/.config/compiz/compizconfig/Default.ini + fi + fi |