diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-09 10:38:00 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-09 10:38:00 +0200 |
| commit | 20ad9ef4af40ac54e584afbff9ee82c2e9bd319b (patch) | |
| tree | 04d7eab2b540c437ded8e0c5b187dbdb58df3345 /.config | |
| parent | 5a83f46dad793b35aaba130672097363d27c4c51 (diff) | |
| download | dotfiles-20ad9ef4af40ac54e584afbff9ee82c2e9bd319b.tar.gz dotfiles-20ad9ef4af40ac54e584afbff9ee82c2e9bd319b.zip | |
misc(tmux): edit status line format
Diffstat (limited to '.config')
| -rw-r--r-- | .config/tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index d1629ff..557c8b0 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -13,6 +13,7 @@ set-option -g status-right-length 50 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 status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" ║ %H:%M ║ %Y-%m-%d" 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 "║ " |
