]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
tmux.conf: Add status line settings.
authorSimon Ruderich <simon@ruderich.org>
Mon, 6 Jun 2011 19:59:17 +0000 (21:59 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 6 Jun 2011 19:59:17 +0000 (21:59 +0200)
tmux.conf

index 916807cc6701dfc97fd62839e9073cdd83e861b7..8268798cfd992349aa0e6994b4212917bd985165 100644 (file)
--- a/tmux.conf
+++ b/tmux.conf
@@ -1,6 +1,21 @@
 # Tmux configuration file.
 
 
+# STATUS LINE
+
+# White text.
+set-option -g status-fg white
+# Bright blue background color (colour12).
+set-option -g status-bg colour12
+
+# Nothing left of window list.
+set-option -g status-left ""
+# Current load average and hostname on the right.
+set-option -g status-right "#(uptime | cut -d: -f5- | tr -d ,) #H"
+
+
+# BINDINGS
+
 # Use Vi(m) key bindings.
 set-option        -g status-keys vi
 set-window-option -g mode-keys vi