From 6b28c377c7070edf7057184141ece25388e567dd Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 3 Apr 2024 10:07:10 +0300 Subject: [PATCH] tmux statusline style --- home/user/.config/tmux/style.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/tmux/style.conf b/home/user/.config/tmux/style.conf index 41d4a03..5d279c6 100644 --- a/home/user/.config/tmux/style.conf +++ b/home/user/.config/tmux/style.conf @@ -9,7 +9,7 @@ set -ga update-environment 'DISPLAY' # Maybe fix DISPLAY? set -g status-style 'bg=default,fg=white' set -g status-justify centre # center windows in statusline 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 window-status-style 'bg=default' set -g window-status-current-style 'bg=white,fg=black bold'