Update sb-mailbox in statusbar on closing neomutt (#1329)
This commit is contained in:
parent
54c0aa2af8
commit
ca8cb1f6a7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# When clicked, brings up `neomutt`.
|
||||
|
||||
case $BLOCK_BUTTON in
|
||||
1) setsid -f "$TERMINAL" -e neomutt ;;
|
||||
1) setsid -w -f "$TERMINAL" -e neomutt; pkill -RTMIN+12 "${STATUSBAR:-dwmblocks}" ;;
|
||||
2) setsid -f mw -Y >/dev/null ;;
|
||||
3) notify-send "📬 Mail module" "\- Shows unread mail
|
||||
- Shows 🔃 if syncing mail
|
||||
|
|
Loading…
Reference in a new issue