Symlink current bg to slim's theme

This commit is contained in:
Colin Powell
2019-08-06 08:39:16 -04:00
parent 75640cc5c5
commit ee4dd9e0d1

View File

@ -23,6 +23,8 @@ then
curl "$img" > $img_file
#set the current image as wallpaper
feh --bg-scale $BASEDIR/$img_md5.jpg
#link slim background to new image
ln -s $BASEDIR/$img_md5.jpg /usr/share/slim/themes/default/background.jpg
else
echo "No Wallpaper today"
fi