update status

This commit is contained in:
speediegq 2022-10-16 13:50:53 +02:00
parent 86b3137fb0
commit 57c7a7513c

View file

@ -5,7 +5,10 @@
STATUSBAR="status"
IN_ARGS="$@"
pgrep -x $STATUSBAR || $STATUSBAR $IN_ARGS > /tmp/statusbar-log &
sleep 3
statusfunc() {
pgrep -x $STATUSBAR || $STATUSBAR $IN_ARGS > /tmp/statusbar-log &
sleep 3
statusfunc
}
$0 && exit 0
statusfunc