diff options
| -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" |
