commit 3b7702b0e4933cbf72a14f913fc2b2819b7d507a parent 461cf7c3d1e2e5b4e8db95a43684bc012af3b3da Author: Luke Smith <luke@lukesmith.xyz> Date: Mon, 18 Feb 2019 20:46:06 -0500 mail sync icon to tmp Diffstat:
M | .scripts/statusbar/mailbox | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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)"