replace "st -e" with sxmo_terminal.sh and edit it to use st -e instead of st
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
358d79894e
commit
1121e29b3e
14 changed files with 56 additions and 54 deletions
|
@ -143,7 +143,7 @@ weathermenu() {
|
|||
PLACE="$(printf %b "$CHOICE" | cut -d: -f1 | awk '{$1=$1};1')"
|
||||
LAT="$(printf %b "$CHOICE" | cut -d: -f2- | awk '{$1=$1};1' | cut -d ' ' -f1)"
|
||||
LON="$(printf %b "$CHOICE" | cut -d: -f2- | awk '{$1=$1};1' | cut -d ' ' -f2)"
|
||||
st -e "$0" getweathertexttable "$LAT" "$LON" "$PLACE"
|
||||
sxmo_terminal.sh "$0" getweathertexttable "$LAT" "$LON" "$PLACE"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue