From f73667052b76c8d8d2503c282cf2a95233240018 Mon Sep 17 00:00:00 2001 From: inkch Date: Fri, 19 Jan 2024 15:47:37 +0900 Subject: [PATCH] tmux: (for server) decrease status-left-length (80 -> 40) --- dot_config/tmux/tmux.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index 09316dc..caa2327 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -103,8 +103,8 @@ set -g status on set -g status-position top set -g status-bg red set -g status-fg black -set -g status-left-length 80 set -g status-left " #[bold]#I:#P #W" +set -g status-left-length 40 set -g status-right "#[bold][#(whoami)@#H]" set -g status-right-length 20 set -g window-status-format ''