summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-06-03 01:30:18 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-06-03 01:30:18 (EDT)
commit1875d315ec99a634eeb570b54ce3ba8753e48393 (patch)
treee3c5ce495b29f6779cd7adc447db0249a2abb1c3
parent72815c39c0dfa0f0d1cd57c90eb77dff1b3086c4 (diff)
downloadpc-inst-1875d315ec99a634eeb570b54ce3ba8753e48393.zip
pc-inst-1875d315ec99a634eeb570b54ce3ba8753e48393.tar.gz
pc-inst-1875d315ec99a634eeb570b54ce3ba8753e48393.tar.bz2
logi1: Use Debian stretch's softWaves wallpaper
-rw-r--r--hosts/logi1/postinst6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/logi1/postinst b/hosts/logi1/postinst
index eca7348..3c21d0d 100644
--- a/hosts/logi1/postinst
+++ b/hosts/logi1/postinst
@@ -175,9 +175,9 @@ printf '%s %s\n' \
in_target dpkg -i 'ssic_1.0.0-1_all.deb'
in_target rm -f 'ssic_1.0.0-1_all.deb'
-# Download wallpaper.
-in_target sudo -u pj wget -O /home/pj/.wallpaper \
- http://product-files.libiquity.com/taurinus/boot-splash/x200/background.png
+# Convert wallpaper.
+wp_dir='/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images'
+in_target sudo -u pj convert "${wp_dir}/1280x1024.svg" 'png:/home/pj/.wallpaper'
# Use temporary configuation SSH key.
install -d -o 1000 -g 1000 -m 0700 "${target}/home/pj/.ssh" || return 1