sgsax / apod-desktop

Script to set your Linux desktop wallpaper to the Astronomy Picture of the Day.
4 stars 4 forks source link

XFCE4 change #7

Open kbahey opened 4 years ago

kbahey commented 4 years ago

Thanks for the script.

On XFCE4, Xubuntu 18.04, I had to change the following line in the script to make it work:

PROPERTY="/backdrop/screen0/monitor0/workspace0/last-image"

The entire code segment is as follows:

PROPERTY="/backdrop/screen0/monitor0/workspace0/last-image"
sleep 1;
xfconf-query -c xfce4-desktop -p ${PROPERTY} -s "$imgfile"