Update wallpapers.sh

This commit is contained in:
Paulo Henrique Aleixo de Campos
2025-06-08 13:33:42 -03:00
committed by GitHub
parent 896722cd00
commit fc199cf432

View File

@@ -88,7 +88,7 @@ case $DE in
# Set wallpaper for all monitors # Set wallpaper for all monitors
for monitor in $(xfconf-query -c xfce4-desktop -l | grep last-image); do for monitor in $(xfconf-query -c xfce4-desktop -l | grep last-image); do
xfconf-query -c xfce4-desktop -p $monitor -s /usr/share/xfce4/backdrops/wallpapers/21.jpg xfconf-query -c xfce4-desktop -p $monitor -s /usr/share/images/desktop-base/wallpapers/21.jpg
done done
;; ;;
*) *)