diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-08 15:43:48 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-08 16:09:26 +0200 |
| commit | 7e620fd134399dcffe926e66c7e459e4b93d454d (patch) | |
| tree | 75530a9abdfe2753b64ca8e6a346cef5c40de72f | |
| parent | 8388db812ff4346fbbd12aa3a753dd41d0bac8c2 (diff) | |
| download | dotfiles-7e620fd134399dcffe926e66c7e459e4b93d454d.tar.gz dotfiles-7e620fd134399dcffe926e66c7e459e4b93d454d.zip | |
misc(tmux): edit status line style and format
| -rw-r--r-- | .config/tmux/tmux.conf | 11 |
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 |
