Symlink current bg to slim's theme
This commit is contained in:
@ -23,6 +23,8 @@ then
|
|||||||
curl "$img" > $img_file
|
curl "$img" > $img_file
|
||||||
#set the current image as wallpaper
|
#set the current image as wallpaper
|
||||||
feh --bg-scale $BASEDIR/$img_md5.jpg
|
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
|
else
|
||||||
echo "No Wallpaper today"
|
echo "No Wallpaper today"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user