From edb61e9394f2c672e35d12fb318c7ccb4039395e Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Fri, 14 Feb 2025 08:58:22 +0000 Subject: Tmux config --- tmux/.tmux.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 708558e..2187745 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -37,7 +37,7 @@ set -g status-right '%Y-%m-%d %H:%M ' set -g status-right-length 50 set -g status-left-length 25 -setw -g window-status-current-style 'fg=colour7 bg=colour2 bold' +setw -g window-status-current-style 'fg=colour15 bg=colour2 bold' setw -g window-status-current-format ' #I #W #F ' setw -g window-status-style 'fg=colour1 dim' @@ -48,5 +48,9 @@ setw -g window-status-bell-style 'fg=colour2 bg=colour9 bold' # messages set -g message-style 'fg=terminal bg=terminal bold' +# titles +set -g set-titles on +set -g set-titles-string "#W" + # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm' -- cgit v1.2.3