From 3b0dcbf59751a3801748fc29f0d9282a7e532e4c Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 4 Apr 2024 14:53:04 +0300 Subject: [PATCH] style(tmux): statusline --- home/user/.config/tmux/style.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home/user/.config/tmux/style.conf b/home/user/.config/tmux/style.conf index 7c1661b..0d8c655 100644 --- a/home/user/.config/tmux/style.conf +++ b/home/user/.config/tmux/style.conf @@ -7,10 +7,11 @@ set -ga update-environment 'DISPLAY' # Maybe fix DISPLAY? # status style set -g status-style 'bg=default,fg=white' -set -g status-justify centre # center windows in statusline +set -g status-justify left # center windows in statusline +set -g status-left "" set -g status-left-length 40 -set -g status-left "#S@#H" -set -g status-right '%d.%m.%Y %a %H:%M' +set -g status-right '[#S@#H] %d.%m.%Y %a %H:%M' +set -g status-right-length 200 set -g window-status-style 'bg=default' set -g window-status-current-style 'bg=white,fg=black bold' set -g window-status-format '#W#{?window_flags,#{window_flags}, }'