Skip to content

Commit 28b516a

Browse files
authored
Merge pull request ayufan-pine64#15 from pfeerick/pinebook-wallpaper
Changing the default wallpaper for MATE
2 parents b8f10b2 + a569600 commit 28b516a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package/root/usr/local/sbin/install_desktop.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ fi
9090

9191
# Desktop dependent post installation.
9292
case $DESKTOP in
93+
mate)
94+
# Change default wallpaper
95+
dpkg-divert --divert /usr/share/backgrounds/ubuntu-mate-common/Ubuntu-Mate-Cold-stock.jpg --rename /usr/share/backgrounds/ubuntu-mate-common/Ubuntu-Mate-Cold.jpg
96+
ln -s /usr/share/backgrounds/ubuntu-mate-pinebook/Pinebook-Wallpaper-6.jpg /usr/share/backgrounds/ubuntu-mate-common/Ubuntu-Mate-Cold.jpg
97+
;;
98+
9399
i3|i3wm)
94100
if [ ! -d /usr/share/slim/themes/pine64 ]; then
95101
cp -ra /usr/share/slim/themes/default /usr/share/slim/themes/pine64

0 commit comments

Comments
 (0)