Add bing and unsplash to wallpaper script
This commit is contained in:
@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user