summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-01-15 12:35:35 -0800
committerMike Crute <crutem@amazon.com>2019-01-15 12:35:35 -0800
commitbc2279d8a3b36fce72a365912c9d5f64d154cf57 (patch)
tree8f2ff3f17ffed96397a46e49fe475014b51dcd38 /.tmux.conf
parent32d8d8a8464c5009252ba927f2f9caf6bffeb392 (diff)
downloaddotfiles-bc2279d8a3b36fce72a365912c9d5f64d154cf57.tar.bz2
dotfiles-bc2279d8a3b36fce72a365912c9d5f64d154cf57.tar.xz
dotfiles-bc2279d8a3b36fce72a365912c9d5f64d154cf57.zip
Show mail unread
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index ab2df28..bc30158 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -34,4 +34,4 @@ bind \ set -g status-bg colour255
34set -g status-left-length 100 34set -g status-left-length 100
35set -g status-right-length 100 35set -g status-right-length 100
36set -g status-left "#[fg=green][#[fg=cyan]#{host_short}#[fg=green]]" 36set -g status-left "#[fg=green][#[fg=cyan]#{host_short}#[fg=green]]"
37set -g status-right "#(~/bin/irssi-unread-count.sh)#[fg=green][#[fg=magenta]#(uptime | sed 's/.*load averages*: //g')#[fg=green]][#[fg=cyan]%d %b %H:%M#[fg=green]]" 37set -g status-right "#(~/bin/irssi-unread-count.sh)#(~/bin/mail-unread-count.py)#[fg=green][#[fg=magenta]#(uptime | sed 's/.*load averages*: //g')#[fg=green]][#[fg=cyan]%d %b %H:%M#[fg=green]]"