Browse Source

Add custom wallpaper generation

pull/264/head
Xavier Petit 5 years ago
parent
commit
42f953596a
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 1
      scripts/dconfig.txt
  2. 5
      scripts/install_client.sh
  3. BIN
      scripts/system/usr/share/backgrounds/01/background.png
  4. BIN
      scripts/system/usr/share/backgrounds/01/logo.png

1
scripts/dconfig.txt

@ -67,6 +67,7 @@ default-size-columns=160
[org/gnome/desktop/background]
show-desktop-icons=false
picture-uri='file:///usr/share/backgrounds/01/wallpaper.png'
[org/gnome/desktop/peripherals/mouse]
accel-profile='flat'

5
scripts/install_client.sh

@ -83,6 +83,11 @@ find . -type f -exec /bin/sh -c "file {} | grep -q 'public key' && chmod 400 {}"
sed -i -e "s|::DISK::|$DISK|g" etc/udev/rules.d/10-local.rules
# Generate wallpaper
cd usr/share/backgrounds/01
test ! -e wallpaper.png && composite logo.png background.png wallpaper.png
cd /tmp/system
cp --preserve=mode -RT . /
cd $SCRIPT_DIR

BIN
scripts/system/usr/share/backgrounds/01/background.png

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 249 KiB

BIN
scripts/system/usr/share/backgrounds/01/logo.png

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 8.6 KiB

Loading…
Cancel
Save