From f414ec7d83ca43f4f5632ff3070cb752e236a460 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 6 Mar 2024 16:52:45 +0300 Subject: [PATCH] tmux status --- home/user/.tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/user/.tmux.conf b/home/user/.tmux.conf index b19ea0d..d4c7995 100644 --- a/home/user/.tmux.conf +++ b/home/user/.tmux.conf @@ -16,8 +16,9 @@ bind -r C-p previous-window set-option -ga terminal-overrides ",xterm-256color:Tc" +set -g status-justify centre set -g status-left-length 40 -set -g status-left "[#S@#H] " +set -g status-left "[#S@#H]" set -g status-right '%d.%m.%Y %H:%M' set -g status-style 'bg=default,fg=white'