Browse Source

don't use extra icon file

use kill instead of pkill for speed
tags/v3.1
Luke Smith 4 years ago
parent
commit
3bf2023dd5
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      bin/mailsync

+ 2
- 4
bin/mailsync View File

@@ -54,8 +54,7 @@ else
accounts=$*
fi

echo " 🔃" > /tmp/imapsyncicon_"$USER"
( pkill -RTMIN+12 "${STATUSBAR:-blocks}" >/dev/null 2>&1 ) 2>/dev/null
( kill -46 "$(pidof "${STATUSBAR:-dwmblocks}")" >/dev/null 2>&1 ) 2>/dev/null

# Parallelize multiple accounts
for account in $accounts
@@ -64,8 +63,7 @@ do
done

wait
rm -f /tmp/imapsyncicon_"$USER"
( pkill -RTMIN+12 "${STATUSBAR:-blocks}" >/dev/null 2>&1 ) 2>/dev/null
( kill -46 "$(pidof "${STATUSBAR:-dwmblocks}")" >/dev/null 2>&1 ) 2>/dev/null

notmuch new 2>/dev/null



Loading…
Cancel
Save