Use USR1 signal instead of update file for updating statusbar

This commit is contained in:
Miles Alan 2020-07-12 10:45:34 -05:00
parent f448f3c444
commit 87c99ec024
7 changed files with 11 additions and 22 deletions

View file

@ -17,4 +17,4 @@ elif [ "$ARG" = "Earpiece" ]; then
amixer set "$EARPIECE" unmute
fi
echo 1 > /tmp/sxmo_bar
pgrep -f "$(command -v sxmo_statusbar.sh)" | xargs kill -USR1