From a62c8b227f142d9ddf8f95c49e576d89b5afe785 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Mon, 21 Apr 2025 09:26:32 +0530 Subject: tmux: status window format Set window status format to use italic, bold foreground and background color Signed-off-by: Brahmajit Das --- .tmux.conf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 7e320d9..975b28e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -79,9 +79,5 @@ set -g status-style fg='#ffffff' # toggles status bar bind-key -r S set-option -g status - -# don't rename windows automatically -set-option -g allow-rename off - -# maximum length of the left component of the status line to 20 -set -g status-left-length 20 +setw -g window-status-format '#[fg=green,bg=black,bold,nounderscore,italics]#[default] #I #W #[fg=green,bg=black,bold,nounderscore,italics]' +setw -g window-status-current-format '#[bold,nounderscore,italics]#[fg=green,bg=black] #I: #W #F #[fg=green,bg=black,bold,nounderscore,italics]' -- cgit v1.2.3