From 2fcb08b39d3a9205a638ecba9b5c5bdfc4ed6813 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Feb 2012 20:18:18 +1300 Subject: Update chosen status strings. --- tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux/tmux.conf') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 57cffb90..a0fe55e9 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -58,3 +58,7 @@ set -g pane-active-border-fg colour237 set-window-option -g window-status-format "#[fg=colour16]#I #W " set-window-option -g window-status-current-format "#[fg=colour231]#I #W " +# Set status bar text to the left and right. +set -g status-left '[#S]' +set -g status-right '[#H] #(date +"%F %T")' + -- cgit v1.2.3