summaryrefslogtreecommitdiffstats
path: root/.config/tmux
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-08 15:43:48 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-08 16:09:26 +0200
commit7e620fd134399dcffe926e66c7e459e4b93d454d (patch)
tree75530a9abdfe2753b64ca8e6a346cef5c40de72f /.config/tmux
parent8388db812ff4346fbbd12aa3a753dd41d0bac8c2 (diff)
downloaddotfiles-7e620fd134399dcffe926e66c7e459e4b93d454d.tar.gz
dotfiles-7e620fd134399dcffe926e66c7e459e4b93d454d.zip
misc(tmux): edit status line style and format
Diffstat (limited to '.config/tmux')
-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