[all] Clean up some shit

This commit is contained in:
2022-05-03 16:58:21 -04:00
parent 90715601e9
commit 25fb0c69c1
8 changed files with 21 additions and 11 deletions

View File

@ -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"