diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2025-02-14 08:58:22 +0000 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2025-02-14 08:58:22 +0000 |
commit | edb61e9394f2c672e35d12fb318c7ccb4039395e (patch) | |
tree | 2a5fb71e719c47ffbffeffb3e354b908914b8c4c | |
parent | 52d3a73fcc9cf6d8561f77c059e0a4d4d4d9fcd1 (diff) |
Tmux config
-rw-r--r-- | tmux/.tmux.conf | 6 |
1 files changed, 5 insertions, 1 deletions
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' |