Add bing and unsplash to wallpaper script

This commit is contained in:
Colin Powell
2020-02-18 13:56:43 -05:00
parent 0f720be71f
commit ee7b92dc41
3 changed files with 53 additions and 2 deletions

View File

@ -9,13 +9,15 @@
export DISPLAY=:0.0
export XAUTHORITY=/home/powellc/.Xauthority
# Choices: astrobin,natgeo,nasa
BASEDIR="$HOME/var/backgrounds/astrobin/"
# Choices: astrobin,natgeo,nasa,unsplash
BASEDIR="$HOME/var/backgrounds/unsplash/"
SEARX_BASEDIR="$HOME/var/backgrounds/natgeo/"
# Get daily NatGeo POTD
python3 ~/.bin/get_natgeo_potd.py
python3 ~/.bin/get_astrobin_potd.py
python3 ~/.bin/get_unsplash_potd.py
python3 ~/.bin/get_bing_potd.py
date=$(date '+%Y-%m-%d')