customize status

Fri, 30 Sep 2016 22:11:07 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 30 Sep 2016 22:11:07 -0400
changeset 403
cdab701bb9f6
parent 402
cb0889a78173
child 404
2002e152dff6

customize status

.tmux.conf file | annotate | diff | comparison | revisions
--- 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)"
 

mercurial