diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2024-10-16 15:16:29 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2024-10-16 15:16:29 +0100 |
commit | 568e452fbf19f39a414137209302ccdd3071cc0b (patch) | |
tree | 2bb75b339d74f078fc1ad1c24967a127c51296cf | |
parent | fe35291b6d9622c7a6006bbada43ccc559e06ad6 (diff) |
Tmux config update
-rw-r--r-- | tmux/.tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 601cc7c..37e8a5a 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -32,10 +32,10 @@ set -g pane-active-border-style 'fg=colour7' set -g status-position bottom set -g status-justify left set -g status-style 'fg=terminal' -set -g status-left '' +set -g status-left '#[fg=terminal bold bg=colour7] #S:#h #[fg=terminal bg=terminal]' set -g status-right '%Y-%m-%d %H:%M ' set -g status-right-length 50 -set -g status-left-length 10 +set -g status-left-length 25 setw -g window-status-current-style 'fg=terminal bg=colour1 bold' setw -g window-status-current-format ' #I #W #F ' |