diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-17 01:41:16 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-17 01:41:16 +0200 |
commit | 7f3263bb5979effc9afd9c783fa817d3d9f09754 (patch) | |
tree | 67cbcdffdcfbb6ba46d806fd09399bb03abac19a | |
parent | 4ba98ae8f3a15cc2e210353bbcb3ce552594f00e (diff) |
Update mailsync
-rwxr-xr-x | .local/bin/statusbar/sb-mailbox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-mailbox b/.local/bin/statusbar/sb-mailbox index fb58ee7..dde0b4b 100755 --- a/.local/bin/statusbar/sb-mailbox +++ b/.local/bin/statusbar/sb-mailbox @@ -15,6 +15,6 @@ esac unread="$(find "${XDG_DATA_HOME:-$HOME/.local/share}"/mail/*/[Ii][Nn][Bb][Oo][Xx]/new/ -type f | wc -l 2>/dev/null)" -pidof mbsync >/dev/null 2>&1 && icon=" " +pidof mbsync -a >/dev/null 2>&1 && icon=" " [ "$unread" = "0" ] && [ "$icon" = "" ] || echo " $unread$icon" |