summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/tmux12
1 files changed, 9 insertions, 3 deletions
diff --git a/lib/tmux b/lib/tmux
index d0067b3..bf0d44e 100644
--- a/lib/tmux
+++ b/lib/tmux
@@ -69,8 +69,14 @@ bind r source-file ~/.tmux.conf
# status line text
set -g status-left-length 30
set -g status-left ' #(whoami)@#(hostname) | '
-set -g status-right '~%Y.%m.%d..%H.%M '
+set -g status-right '~%Y.%m.%d..%H.%M { #(wemux status_users) } '
# white-ish background with dark-grey text
-set -g status-style bg=colour0
-set -ag status-style fg=colour13
+set -g status-style bg=colour0,fg=colour13
+
+# highlight current window
+set -g window-status-current-style fg=colour0,bg=colour13
+
+set -g window-status-format '#I) #W '
+set -g window-status-current-format '#I) #W '
+