Ensure shellcheck passes
This commit is contained in:
parent
888ccc53a3
commit
a011bed9b8
2 changed files with 5 additions and 5 deletions
|
@ -267,7 +267,7 @@ mainloop() {
|
|||
) & wait
|
||||
}
|
||||
|
||||
pgrep -f "$(which sxmo_appmenu.sh)" | grep -Ev "^${$}$" | xargs kill -TERM
|
||||
pgrep -f "$(command -v sxmo_appmenu.sh)" | grep -Ev "^${$}$" | xargs kill -TERM
|
||||
DMENUIDX=0
|
||||
PICKED=""
|
||||
ARGS="$*"
|
||||
|
|
|
@ -102,10 +102,10 @@ gpslatlonset() {
|
|||
|
||||
killexistingfoxtrotgps
|
||||
st -e sh -c "
|
||||
gsettings set org.foxtrotgps global-zoom "$ZOOM";
|
||||
gsettings set org.foxtrotgps global-x "$X";
|
||||
gsettings set org.foxtrotgps global-y "$Y";
|
||||
foxtrotgps --lat="$LAT" --lon="$LON"
|
||||
gsettings set org.foxtrotgps global-zoom $ZOOM;
|
||||
gsettings set org.foxtrotgps global-x $X;
|
||||
gsettings set org.foxtrotgps global-y $Y;
|
||||
foxtrotgps --lat=$LAT --lon=$LON
|
||||
" &
|
||||
}
|
||||
gpsgeoclueset() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue