diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2024-10-29 12:35:39 +0000 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2024-10-29 12:35:39 +0000 |
commit | 843ca39d52b44d8eb8ad6a1c64d386f33aafcf82 (patch) | |
tree | 5cf54c737700cb90cec800d59bf3651da889400c /tmux/.tmux.conf | |
parent | 587b415a51f7b7d18531462f6e4e1b9a2a3ba280 (diff) |
tmux settings
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 37e8a5a..4f1cd2d 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -32,7 +32,7 @@ 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 '#[fg=terminal bold bg=colour7] #S:#h #[fg=terminal bg=terminal]' +set -g status-left '#[fg=terminal bold bg=colour7] #S #[fg=terminal bg=terminal]' set -g status-right '%Y-%m-%d %H:%M ' set -g status-right-length 50 set -g status-left-length 25 |