Restructure configs into seperate folder

This commit is contained in:
Miles Alan 2020-07-12 11:50:30 -05:00
parent d713b19199
commit 0801bb1adb
16 changed files with 14 additions and 12 deletions

View file

@ -4,7 +4,7 @@ if [ -f "$XDG_CONFIG_HOME/sxmo/sfeedrc" ]; then
elif [ -f "$HOME/.sfeed/sfeedrc" ]; then
SFEEDCONF="$HOME/.sfeed/sfeedrc"
else
SFEEDCONF=/usr/share/sxmo/sxmo_sfeedrc
SFEEDCONF=/usr/share/sxmo/appcfg/sxmo_sfeedrc
fi
die() {

View file

@ -1,5 +1,5 @@
#!/usr/bin/env sh
[ -z "$SXMO_GPSLOCATIONSFILES" ] && SXMO_GPSLOCATIONSFILES="/usr/share/sxmo/places_for_gps.tsv"
[ -z "$SXMO_GPSLOCATIONSFILES" ] && SXMO_GPSLOCATIONSFILES="/usr/share/sxmo/appcfg/places_for_gps.tsv"
ROWHOURS=12
WEATHERXML=""