summaryrefslogtreecommitdiff
path: root/stretch-arm64-alip/customization/hooks/23-customize-lxqt.chroot
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-04-25 15:11:04 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-04-25 15:11:04 +0300
commitba636adc9b3087cc4dd0032e29a8832015121ae3 (patch)
tree502516872fd2707735869af3dadf2e8c4a437bcb /stretch-arm64-alip/customization/hooks/23-customize-lxqt.chroot
parente277b368a41e76e1f15ee199343747b1c1eca881 (diff)
stretch-arm{64,hf}-alip: set default wallpaper to 96boards-default-wallpaper.jpg
Change-Id: Id18fe574c72c03a0bd23a84bf06756e10945429b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'stretch-arm64-alip/customization/hooks/23-customize-lxqt.chroot')
-rwxr-xr-xstretch-arm64-alip/customization/hooks/23-customize-lxqt.chroot1
1 files changed, 1 insertions, 0 deletions
diff --git a/stretch-arm64-alip/customization/hooks/23-customize-lxqt.chroot b/stretch-arm64-alip/customization/hooks/23-customize-lxqt.chroot
index 63c578f..6b6cb79 100755
--- a/stretch-arm64-alip/customization/hooks/23-customize-lxqt.chroot
+++ b/stretch-arm64-alip/customization/hooks/23-customize-lxqt.chroot
@@ -7,4 +7,5 @@ if [ -e /etc/xdg/lxqt/lxqt.conf ]; then
sed -i "s|^style=.*|style=Breeze|" /etc/xdg/lxqt/lxqt.conf
sed -i "s|^window_manager=.*|window_manager=kwin|" /etc/xdg/lxqt/session.conf
sed -i "s|^cursor_theme=.*|cursor_theme=breeze_cursors|" /etc/xdg/lxqt/session.conf
+ sed -i "s|^Wallpaper=.*|Wallpaper=/usr/share/96boards/wallpapers/96boards-default-wallpaper.jpg|" /etc/xdg/pcmanfm-qt/lxqt/settings.conf
fi