diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-17 09:39:16 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-17 09:39:16 +0200 |
| commit | 105993b07c0d1643caa253486aa4aca8bce67f5d (patch) | |
| tree | 87bf7e3fb4dc212ed256a4067572bfb11cb2f72e /.config/tmux/tmux.conf | |
| parent | e215b0a3e0dcb302fbd6d0348e1d5cbe40908ac8 (diff) | |
| download | dotfiles-105993b07c0d1643caa253486aa4aca8bce67f5d.tar.gz dotfiles-105993b07c0d1643caa253486aa4aca8bce67f5d.zip | |
misc(tmux): make window/session labels shorter
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 99c01f3..5fa6a6c 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -11,12 +11,12 @@ set-option -g status-keys vi set-option -g mouse on set-option -g status-left-length 27 -set-option -g status-left " #{p22:#{=/21/…:session_name}} ║" +set-option -g status-left " #{p19:#{=/18/…:session_name}} ║" set-option -g status-left-style "reverse,bold" set-option -g status-right-length 71 set-option -g status-right "#{p-30:\"#{=/27/…:pane_title}\"} | %H:%M | %Y-%m-%d | #(t=$(($(date +%%s)-#{session_created})); printf '%%dd %%02d:%%02d' $((t / 86400)) $((t %% 86400 / 3600)) $((t %% 3600 / 60))) " -set-option -g window-status-format " #{?#F,#F,}#{p19:#{=/18/…:window_name}} " -set-option -g window-status-current-format " #{?#F,#F,}#{p19:#{=/18/…:window_name}} " +set-option -g window-status-format " #{?#F,#F,}#{p16:#{=/15/…:window_name}} " +set-option -g window-status-current-format " #{?#F,#F,}#{p16:#{=/15/…:window_name}} " set-option -g window-status-separator "║" set-option -g window-status-current-style "bold,italics" |
