From 039d504f82a109fbce2de727a9f04bb770d83815 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 6 Feb 2020 13:39:58 -0500 Subject: [PATCH] Fix merge conflict --- bin/.bin/changepaper.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/.bin/changepaper.sh b/bin/.bin/changepaper.sh index 55eae0a..54ed7b8 100755 --- a/bin/.bin/changepaper.sh +++ b/bin/.bin/changepaper.sh @@ -11,6 +11,7 @@ export XAUTHORITY=/home/powellc/.Xauthority # Choices: astrobin,natgeo,nasa BASEDIR="$HOME/var/backgrounds/astrobin/" +SEARX_BASEDIR="$HOME/var/backgrounds/natgeo/" # Get daily NatGeo POTD python3 ~/.bin/get_natgeo_potd.py @@ -34,7 +35,7 @@ SEARX_BG_FILE=/usr/local/lib/python2.7/site-packages/searx/static/themes/courget if test -f "$SEARX_BG_FILE"; then echo "Setting Searx background image" rm $SEARX_BG_FILE - ln -s $BASEDIR/$date.jpg $SEARX_BG_FILE + cp $SEARX_BASEDIR/$date.jpg $SEARX_BG_FILE fi # Then grab our APOD image and store it for now