From 6559f7e793c4c760d5e2bbcb737aa621637b6a40 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 20 Aug 2019 13:33:06 +0200 Subject: [PATCH 1/2] Config changes for tmux 2.9 --- .tmux.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 880c575..be0309d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -51,11 +51,9 @@ set -g status-left-length 52 set -g status-right-length 451 set -g status-fg white set -g status-bg colour234 -set -g pane-border-fg colour245 -set -g pane-active-border-fg colour39 -set -g message-fg colour16 -set -g message-bg colour221 -set -g message-attr bold +set -g pane-border-style colour245 +set -g pane-active-border-style colour39 +set -g message-style fg=colour16,bg=colour221,bold #set -g status-left '#[fg=colour235,bg=colour252,bold] ❐ #S #[fg=colour252,bg=colour238,nobold]⮀#[fg=colour245,bg=colour238,bold] #(whoami) #[fg=colour238,bg=colour234,nobold]⮀' # Status line with username: #set -g status-left '#[fg=colour235,bg=colour252,bold] ❐ #S #[fg=colour252,bg=colour238,nobold]#[fg=colour245,bg=colour238,bold] #(whoami) #[fg=colour238,bg=colour234,nobold]' From ece8e68d2eea9744009af684e86d15cb8d3bd51f Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 20 Aug 2019 13:43:55 +0200 Subject: [PATCH 2/2] Of course it needs the property names --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index be0309d..c86a308 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -51,8 +51,8 @@ set -g status-left-length 52 set -g status-right-length 451 set -g status-fg white set -g status-bg colour234 -set -g pane-border-style colour245 -set -g pane-active-border-style colour39 +set -g pane-border-style fg=colour245 +set -g pane-active-border-style fg=colour39 set -g message-style fg=colour16,bg=colour221,bold #set -g status-left '#[fg=colour235,bg=colour252,bold] ❐ #S #[fg=colour252,bg=colour238,nobold]⮀#[fg=colour245,bg=colour238,bold] #(whoami) #[fg=colour238,bg=colour234,nobold]⮀' # Status line with username: