From 455668b1e6cb76fe9e98c009972355647a9db583 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 27 Mar 2013 12:35:57 -0400 Subject: Update tmux-powerlinerc according to my changes upstream --- .tmux-powerlinerc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '.tmux-powerlinerc') 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 { -- cgit v1.2.3