[changepaper] No need to get everything
This commit is contained in:
@ -20,9 +20,9 @@ BASEDIR="$HOME/var/media/backgrounds/$SOURCE"
|
|||||||
SEARX_BASEDIR="$HOME/var/media/backgrounds/bing"
|
SEARX_BASEDIR="$HOME/var/media/backgrounds/bing"
|
||||||
|
|
||||||
# Get daily NatGeo POTD
|
# Get daily NatGeo POTD
|
||||||
python3 ~/.bin/get_natgeo_potd.py
|
#python3 ~/.bin/get_natgeo_potd.py
|
||||||
python3 ~/.bin/get_astrobin_potd.py
|
python3 ~/.bin/get_astrobin_potd.py
|
||||||
python3 ~/.bin/get_unsplash_potd.py
|
#python3 ~/.bin/get_unsplash_potd.py
|
||||||
python3 ~/.bin/get_bing_potd.py
|
python3 ~/.bin/get_bing_potd.py
|
||||||
|
|
||||||
date=$(date '+%Y-%m-%d')
|
date=$(date '+%Y-%m-%d')
|
||||||
@ -37,9 +37,9 @@ echo "Setting Slim background image"
|
|||||||
rm $SLIM_BG_FILE
|
rm $SLIM_BG_FILE
|
||||||
cp $BASEDIR/$date.jpg $SLIM_BG_FILE
|
cp $BASEDIR/$date.jpg $SLIM_BG_FILE
|
||||||
|
|
||||||
SEARX_BG_FILE=/usr/local/src/searx/searx/static/themes/oscar/img/bg.jpg
|
#SEARX_BG_FILE=/usr/local/src/searx/searx/static/themes/oscar/img/bg.jpg
|
||||||
echo "Setting Searx background image"
|
#echo "Setting Searx background image"
|
||||||
scp $BASEDIR/$date.jpg search.local:$SEARX_BG_FILE
|
#scp $BASEDIR/$date.jpg search.local:$SEARX_BG_FILE
|
||||||
|
|
||||||
# Then grab our APOD image and store it for now
|
# Then grab our APOD image and store it for now
|
||||||
#Change directory to where the script resides.
|
#Change directory to where the script resides.
|
||||||
|
|||||||
Reference in New Issue
Block a user