summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commit9692498eb09062586f6151ba8a508ef874643645 (patch)
tree98423a657d20e65b86494dfe79787244a3e16842
parent62e8d1f59ac041ae83acfb263eaadc3f823b18f9 (diff)
downloaddotfiles-9692498eb09062586f6151ba8a508ef874643645.tar.gz
dotfiles-9692498eb09062586f6151ba8a508ef874643645.zip
tmux.conf changed size of session name field in status bar
-rw-r--r--tmux.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/tmux.conf b/tmux.conf
index 4d9a09f..a5bcef2 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -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