Cory Sanin 31c56b594a
All checks were successful
Build images / Build images (push) Successful in 1h37m25s
update default wallpaper, video config uses hdmi2
2025-05-07 16:47:12 -05:00

7 lines
224 B
Bash

#!/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