tmux: embiggen hostname to 4 characters
This commit is contained in:
parent
dcd60044f6
commit
b95e61a5d1
1 changed files with 1 additions and 1 deletions
|
@ -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] "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue