From adc24feb2a0af8bda774fd6a60c43a146665a9db Mon Sep 17 00:00:00 2001 From: inkch Date: Fri, 19 Jan 2024 15:46:55 +0900 Subject: [PATCH] tmux: (for server) align left --- 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 8860c54..09316dc 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 "#[bold align=centre]#I:#P #W" set -g status-left-length 80 +set -g status-left " #[bold]#I:#P #W" set -g status-right "#[bold][#(whoami)@#H]" set -g status-right-length 20 set -g window-status-format ''