Cory Sanin 474786d796
Some checks failed
Build images / Build images (push) Failing after 1h43m31s
compress published images
2025-05-08 21:37:01 -05:00

7 lines
224 B
Bash
Executable File

#!/bin/bash -e
echo "Setting default wallpaper"
for conf in "${ROOTFS_DIR}/etc/xdg/pcmanfm/LXDE-pi/desktop-items-"*.conf; do
sed -E 's|/usr/share/rpd-wallpaper/.+$|/usr/share/rpd-wallpaper/RPiSystem.png|' -i "$conf"
done