From 3b7702b0e4933cbf72a14f913fc2b2819b7d507a Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 18 Feb 2019 20:46:06 -0500 Subject: [PATCH] mail sync icon to tmp --- .scripts/statusbar/mailbox | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.scripts/statusbar/mailbox b/.scripts/statusbar/mailbox index bb72c5d..0c5ccbe 100755 --- a/.scripts/statusbar/mailbox +++ b/.scripts/statusbar/mailbox @@ -14,5 +14,4 @@ case $BLOCK_BUTTON in - Middle click syncs mail" ;; esac -echo "$(du -a ~/.mail/*/INBOX/new/* 2>/dev/null | sed -n '$=')$(cat ~/.config/mutt/.dl 2>/dev/null)" - +echo "$(du -a ~/.mail/*/INBOX/new/* 2>/dev/null | sed -n '$=')$(cat /tmp/imapsyncicon 2>/dev/null)"