aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-19 20:18:18 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-19 20:18:18 +1300
commit2fcb08b39d3a9205a638ecba9b5c5bdfc4ed6813 (patch)
tree0cda5310563e107260b88b3ced86fe976a925e94 /tmux
parentDon't worry about escape sequences. (diff)
downloaddotfiles-2fcb08b39d3a9205a638ecba9b5c5bdfc4ed6813.tar.gz
dotfiles-2fcb08b39d3a9205a638ecba9b5c5bdfc4ed6813.zip
Update chosen status strings.
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf4
1 files changed, 4 insertions, 0 deletions
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")'
+