STATUSBAR matching LARBS changes
This commit is contained in:
parent
b7aa3cfecd
commit
6aa28a56b1
@ -48,7 +48,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo " 🔃" > /tmp/imapsyncicon_"$USER"
|
echo " 🔃" > /tmp/imapsyncicon_"$USER"
|
||||||
pkill -RTMIN+12 i3blocks >/dev/null 2>&1
|
pkill -RTMIN+12 "$STATUSBAR" >/dev/null 2>&1
|
||||||
|
|
||||||
# Parallelize multiple accounts
|
# Parallelize multiple accounts
|
||||||
for account in $accounts
|
for account in $accounts
|
||||||
@ -58,7 +58,7 @@ done
|
|||||||
|
|
||||||
wait
|
wait
|
||||||
rm -f /tmp/imapsyncicon_"$USER"
|
rm -f /tmp/imapsyncicon_"$USER"
|
||||||
pkill -RTMIN+12 i3blocks >/dev/null 2>&1
|
pkill -RTMIN+12 "$STATUSBAR" >/dev/null 2>&1
|
||||||
|
|
||||||
notmuch new 2>/dev/null
|
notmuch new 2>/dev/null
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user