From b95e61a5d1c72e845069ea8e7e01b1e5b3f917ff Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Sun, 17 Dec 2023 02:12:06 +0100 Subject: [PATCH] tmux: embiggen hostname to 4 characters --- etc/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/tmux.conf b/etc/tmux.conf index 293a054..0c0f4fa 100644 --- a/etc/tmux.conf +++ b/etc/tmux.conf @@ -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] "