diff options
author | <jstolp@jstolp-e7450.internal.synopsys.com> | 2018-04-13 13:08:36 +0200 |
---|---|---|
committer | <jstolp@jstolp-e7450.internal.synopsys.com> | 2018-04-13 13:08:36 +0200 |
commit | 9692498eb09062586f6151ba8a508ef874643645 (patch) | |
tree | 98423a657d20e65b86494dfe79787244a3e16842 | |
parent | 62e8d1f59ac041ae83acfb263eaadc3f823b18f9 (diff) | |
download | dotfiles-9692498eb09062586f6151ba8a508ef874643645.tar.gz dotfiles-9692498eb09062586f6151ba8a508ef874643645.zip |
tmux.conf changed size of session name field in status bar
-rw-r--r-- | tmux.conf | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -90,8 +90,11 @@ set-option -g display-panes-active-colour colour208 set-option -g display-panes-colour colour244 # right status bar -set -g status-right '#H #[fg=colour226,bg=colour239] %d/%m #[fg=colour226,bg=colour239] %H:%M ' -set -g status-right-length 50 +set-option -g status-right '#H #[fg=colour226,bg=colour239] %d/%m %H:%M ' +set-option -g status-right-length 50 + +# left status bar +set-option -g status-left-length 20 ### Plugins |