Update changepaper script to use astrobin again
This commit is contained in:
@ -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
|
||||
|
||||
@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user