diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-02-18 20:46:06 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-02-18 20:46:06 -0500 |
| commit | 3b7702b0e4933cbf72a14f913fc2b2819b7d507a (patch) | |
| tree | 20386f66ecff10f57c72169846ca71b3d8d8d71c /.scripts/statusbar/mailbox | |
| parent | 461cf7c3d1e2e5b4e8db95a43684bc012af3b3da (diff) | |
| download | eibhear-3b7702b0e4933cbf72a14f913fc2b2819b7d507a.tar.gz eibhear-3b7702b0e4933cbf72a14f913fc2b2819b7d507a.tar.zst eibhear-3b7702b0e4933cbf72a14f913fc2b2819b7d507a.zip | |
mail sync icon to tmp
Diffstat (limited to '.scripts/statusbar/mailbox')
| -rwxr-xr-x | .scripts/statusbar/mailbox | 3 |
1 files changed, 1 insertions, 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)" |
