# HG changeset patch # User Meredith Howard # Date 1475287867 14400 # Node ID cdab701bb9f6ca639bc0194b12e5040ee1cd23da # Parent cb0889a78173c0038101705561ae20649c1ff3ad customize status diff --git a/.tmux.conf b/.tmux.conf --- a/.tmux.conf +++ b/.tmux.conf @@ -18,6 +18,15 @@ set -g window-active-style bg=colour232 set -g status-bg colour235 set -g status-fg cyan +set -g status-left " #S " +set -g status-left-bg colour237 + +set -g status-right " #{=21:pane_title} %m-%d %H:%M " +set -g status-right-bg colour237 + +set -g window-status-format " #I:#W#F " +set -g window-status-current-format " #I:#W#F " + set -g set-titles on set -g set-titles-string "#h(#S)"