Update changepaper script to use astrobin again

This commit is contained in:
Colin Powell
2020-01-31 18:55:10 -05:00
parent ef7d63555c
commit 880b53356c
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export DISPLAY=:0.0
export XAUTHORITY=/home/powellc/.Xauthority
# Choices: astrobin,natgeo,nasa
BASEDIR="$HOME/var/backgrounds/natgeo/"
BASEDIR="$HOME/var/backgrounds/astrobin/"
# Get daily NatGeo POTD
python3 ~/.bin/get_natgeo_potd.py

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
export SLACK_CLI_TOKEN=$(pass personal/slack/token)
bindir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
etcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"