|
@@ -12,7 +12,7 @@ export XAUTHORITY=/home/powellc/.Xauthority
|
|
|
if [ -n "$1" ]; then
|
|
|
SOURCE=$1
|
|
|
else
|
|
|
- SOURCE='astrobin'
|
|
|
+ SOURCE='bing'
|
|
|
fi
|
|
|
|
|
|
# Choices: astrobin,natgeo,nasa,unsplash,bing
|
|
@@ -21,7 +21,7 @@ SEARX_BASEDIR="$HOME/var/media/backgrounds/bing"
|
|
|
|
|
|
# Get daily NatGeo POTD
|
|
|
#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_bing_potd.py
|
|
|
|
|
@@ -32,10 +32,10 @@ echo "Setting desktop background"
|
|
|
feh --bg-fill $BASEDIR/$date.jpg
|
|
|
|
|
|
#link slim background to new image
|
|
|
-SLIM_BG_FILE=/usr/share/slim/themes/default/background.jpg
|
|
|
-echo "Setting Slim background image"
|
|
|
-rm $SLIM_BG_FILE
|
|
|
-cp $BASEDIR/$date.jpg $SLIM_BG_FILE
|
|
|
+#SLIM_BG_FILE=/usr/share/slim/themes/default/background.jpg
|
|
|
+#echo "Setting Slim background image"
|
|
|
+#rm $SLIM_BG_FILE
|
|
|
+#cp $BASEDIR/$date.jpg $SLIM_BG_FILE
|
|
|
|
|
|
#SEARX_BG_FILE=/usr/local/src/searx/searx/static/themes/oscar/img/bg.jpg
|
|
|
#echo "Setting Searx background image"
|