]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - tmux.conf
tmux.conf: Add status line settings.
[config/dotfiles.git] / 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