Restructure configs into seperate folder
This commit is contained in:
parent
d713b19199
commit
0801bb1adb
16 changed files with 14 additions and 12 deletions
|
@ -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() {
|
||||
|
|
|
@ -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=""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue