summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/tmux/tmux.conf11
1 files changed, 7 insertions, 4 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index e8c995a..d1629ff 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -10,10 +10,13 @@ set-option -g status-keys vi
set-option -g mouse on
set-option -g status-right-length 50
-set-option -g status-left-length 20
-set-option -g window-status-format "[#I | #{p18:#{=/18/…:window_name}#{?window_flags,#F,}}]"
-set-option -g window-status-current-format "[ ▶ #I | #{p18:#{=/18/…:window_name}#{?window_flags,#F,}}]"
-set-option -g window-status-current-style "bold"
+set-option -g status-left-length 27
+set-option -g status-left " #{p22:#{=/21/…:session_name}} ║"
+set-option -g status-left-style "reverse,bold"
+set-option -g window-status-format " #{?#F,#F,}#{p22:#{=/21/…:window_name}} "
+set-option -g window-status-current-format " #{?#F,#F,}#{p22:#{=/21/…:window_name}} "
+set-option -g window-status-separator "║ "
+set-option -g window-status-current-style "bold,italics"
set-option -g focus-events on