summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-17 01:41:16 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-17 01:41:16 +0200
commit7f3263bb5979effc9afd9c783fa817d3d9f09754 (patch)
tree67cbcdffdcfbb6ba46d806fd09399bb03abac19a /.local
parent4ba98ae8f3a15cc2e210353bbcb3ce552594f00e (diff)
Update mailsync
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/statusbar/sb-mailbox2
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"