diff options
-rw-r--r-- | tmux.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.config b/tmux.config index 951f44f..8901170 100644 --- a/tmux.config +++ b/tmux.config @@ -64,9 +64,9 @@ set-option -g message-bg colour235 #base02 set-option -g message-fg colour196 #orange set-option -g status on set-option -g status-interval 2 -# set-option -g status-justify "centre" -# set-option -g status-left-length 110 -# set-option -g status-right-length 80 +set-option -g status-justify "centre" +set-option -g status-left-length 110 +set-option -g status-right-length 80 set-option -g status-left "#(~/.tmux/powerline.sh left)" set-option -g status-right "#(~/.tmux/powerline.sh right)" |