Update wallpapers.sh

This commit is contained in:
Paulo Henrique Aleixo de Campos 2025-06-08 13:12:54 -03:00 committed by GitHub
parent 328e56ffd3
commit 896722cd00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ case $DE in
;;
"xfce")
echo "Installing for XFCE..."
sudo mv ~/wallpapers /usr/share/xfce4/backdrops/
sudo mv ~/wallpapers /usr/share/images/desktop-base/
# Set wallpaper for all monitors
for monitor in $(xfconf-query -c xfce4-desktop -l | grep last-image); do
@ -101,4 +101,4 @@ esac
rm -f wallpapers.zip
echo -e "\e[32;1mWallpapers installed successfully!\e[m"
exit 0
exit 0