diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-04 22:58:56 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-04 22:58:56 +0200 |
commit | 3665c7680d5dec0ee7fd1e1338d29044389a8de1 (patch) | |
tree | 57dcec7b437c8baaf9e2f0ea501fb237d63f8b16 /.local/bin/statusbar/sb-mailbox | |
parent | 8544a2399c54dfaa5bf20e712f0fd08599d01034 (diff) |
Update sb scripts
Diffstat (limited to '.local/bin/statusbar/sb-mailbox')
-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 dde0b4b..fb58ee7 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 -a >/dev/null 2>&1 && icon=" " +pidof mbsync >/dev/null 2>&1 && icon=" " [ "$unread" = "0" ] && [ "$icon" = "" ] || echo " $unread$icon" |