From fd57c4350b5cebe82ca0790856340eae1dbb3d81 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 2 Apr 2019 19:20:26 -0400 Subject: fix for dunst update --- .scripts/statusbar/mailbox | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.scripts/statusbar/mailbox') diff --git a/.scripts/statusbar/mailbox b/.scripts/statusbar/mailbox index 0c5ccbe..c0794e5 100755 --- a/.scripts/statusbar/mailbox +++ b/.scripts/statusbar/mailbox @@ -7,11 +7,10 @@ case $BLOCK_BUTTON in 1) "$TERMINAL" -e neomutt ;; 2) setsid $HOME/.config/mutt/etc/mailsync.sh >/dev/null & ;; - 3) pgrep -x dunst >/dev/null && notify-send "📬 Mail module: -- Shows unread mail + 3) pgrep -x dunst >/dev/null && notify-send "📬 Mail module" "\- Shows unread mail - Shows 🔃 if syncing mail - Left click opens neomutt - Middle click syncs mail" ;; esac -echo "$(du -a ~/.mail/*/INBOX/new/* 2>/dev/null | sed -n '$=')$(cat /tmp/imapsyncicon 2>/dev/null)" +echo "$(du -a ~/.local/share/mail/*/INBOX/new/* 2>/dev/null | sed -n '$=')$(cat /tmp/imapsyncicon 2>/dev/null)" -- cgit v1.3.1