We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8f10b2 + a569600 commit 28b516aCopy full SHA for 28b516a
package/root/usr/local/sbin/install_desktop.sh
@@ -90,6 +90,12 @@ fi
90
91
# Desktop dependent post installation.
92
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
+
99
i3|i3wm)
100
if [ ! -d /usr/share/slim/themes/pine64 ]; then
101
cp -ra /usr/share/slim/themes/default /usr/share/slim/themes/pine64
0 commit comments