diff options
Diffstat (limited to '')
-rw-r--r-- | .tmux-powerlinerc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.tmux-powerlinerc b/.tmux-powerlinerc index 32ff62f..c32471d 100644 --- a/.tmux-powerlinerc +++ b/.tmux-powerlinerc @@ -51,8 +51,8 @@ # } # mailcount.sh { - # Mailbox type to use. Can be any of {apple_mail, gmail, maildir, mbox} - export TMUX_POWERLINE_SEG_MAILCOUNT_MAILBOX_TYPE="maildir" + # Mailbox type to use. Can be any of {apple_mail, gmail, maildir, mbox, mailcheck} + export TMUX_POWERLINE_SEG_MAILCOUNT_MAILBOX_TYPE="mailcheck" ## Gmail # Enter your Gmail username here WITH OUT @gmail.com.( OR @domain) @@ -71,11 +71,15 @@ ## Maildir # Path to the maildir to check. - export TMUX_POWERLINE_SEG_MAILCOUNT_MAILDIR_INBOX="/home/ryan/.maildb/GMAIL/" + export TMUX_POWERLINE_SEG_MAILCOUNT_MAILDIR_INBOX="/home/ryan/.mail/inbox/new" ## mbox # Path to the mbox to check. export TMUX_POWERLINE_SEG_MAILCOUNT_MBOX_INBOX="" + + ## mailcheck + # Optional path to mailcheckrc + export TMUX_POWERLINE_SEG_MAILCOUNT_MAILCHECKRC="/home/ryan/.mailcheckrc" # } # now_playing.sh { |