ソースを参照

[changepaper] No need to get everything

Colin Powell 3 年 前
コミット
c4ca6fc66c
1 ファイル変更5 行追加5 行削除
  1. 5 5
      bin/.bin/changepaper

+ 5 - 5
bin/.bin/changepaper

@@ -20,9 +20,9 @@ BASEDIR="$HOME/var/media/backgrounds/$SOURCE"
 SEARX_BASEDIR="$HOME/var/media/backgrounds/bing"
 
 # 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_unsplash_potd.py
+#python3 ~/.bin/get_unsplash_potd.py
 python3 ~/.bin/get_bing_potd.py
 
 date=$(date '+%Y-%m-%d')
@@ -37,9 +37,9 @@ 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"
-scp $BASEDIR/$date.jpg search.local:$SEARX_BG_FILE
+#SEARX_BG_FILE=/usr/local/src/searx/searx/static/themes/oscar/img/bg.jpg
+#echo "Setting Searx background image"
+#scp $BASEDIR/$date.jpg search.local:$SEARX_BG_FILE
 
 # Then grab our APOD image and store it for now
 #Change directory to where the script resides.