Fix bugs with incall functionality around statusbar showing call duration

This commit is contained in:
Miles Alan 2020-08-22 11:19:27 -05:00
parent c5b665ca4f
commit 5f8aad0386
4 changed files with 11 additions and 16 deletions

View file

@ -25,7 +25,7 @@ notificationmenu() {
PICKEDNOTIFFILE="$(echo "$CHOICES" | grep "$PICKEDCONTENT" | cut -d^ -f2 | tr -d ' ')"
NOTIFACTION="$(head -n1 "$PICKEDNOTIFFILE")"
eval "$NOTIFACTION" &
setsid -f sh -c "$NOTIFACTION" &
rm "$PICKEDNOTIFFILE"
}