tmux: embiggen hostname to 4 characters

This commit is contained in:
Martin Sekera 2023-12-17 02:12:06 +01:00
parent dcd60044f6
commit b95e61a5d1

View file

@ -115,7 +115,7 @@ set-window-option -g window-status-separator ""
set-option -g status-style bg=$T0B
# shortened hostname on the left
set-option -g status-left "#[bg=$T1F,fg=$T1B] #{=3:host_short} #[bg=$T0B] "
set-option -g status-left "#[bg=$T1F,fg=$T1B] #{=4:host_short} #[bg=$T0B] "
# window list in the middle
set-window-option -g window-status-current-format "#[bg=$T2B,fg=$T2F] #I #{p-10:#{s/ *\\(.*//:#{=10:window_name}}} #{?window_zoomed_flag,#[bg=$TZB#,fg=$TZF]Z,}#{?pane_synchronized,#[bg=$TSB#,fg=$TSF]S,}#[bg=$T0B] "