From a9a8e34552e4fa07062e99a5887f5e3419f57abf Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Tue, 5 May 2020 12:40:13 +0300 Subject: [PATCH] Change props for tmux v2.9 --- .tmux.conf | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index f714ebe..83419d1 100755 --- a/.tmux.conf +++ b/.tmux.conf @@ -43,23 +43,22 @@ TMUX_USERNAME_BG="#f5871f" set -g status-left-length 30 set -g status-right-length 60 -set -g status-fg white -set -g status-bg $TMUX_STATUS_BG -set -g pane-border-fg $TMUX_PANE_BORDER_FG -set -g pane-active-border-fg $TMUX_PANE_ACTIVE_BORDER_FG -set -g message-fg $TMUX_MESSAGE_FG -set -g message-bg $TMUX_MESSAGE_BG -set -g message-attr bold +set -g status-style fg=white +set -g status-style bg=$TMUX_STATUS_BG +set -g pane-border-style fg=$TMUX_PANE_BORDER_FG +set -g pane-active-border-style fg=$TMUX_PANE_ACTIVE_BORDER_FG +set -g message-style fg=$TMUX_MESSAGE_FG +set -g message-style bg=$TMUX_MESSAGE_BG # Status bar # set-option -g status-position bottom set -g status-left '#[fg=#(echo $TMUX_NAMESPACE_FG),bg=#(echo $TMUX_NAMESPACE_BG),bold] #S #[fg=#(echo $TMUX_NAMESPACE_BG),bg=#(echo $TMUX_USERNAME_BG),bold]#[fg=#(echo $TMUX_STATUS_BG),bg=#(echo $TMUX_USERNAME_BG),bold] #(whoami) #[fg=#(echo $TMUX_USERNAME_BG),bg=#(echo $TMUX_STATUS_BG),bold]' + set -g status-right '#[fg=#(echo $TMUX_USERNAME_BG),bg=#(echo $TMUX_NAMESPACE_FG),bold]#[fg=#(echo $TMUX_NAMESPACE_FG),bg=#(echo $TMUX_USERNAME_BG),bold] #H #[fg=#(echo $TMUX_NAMESPACE_BG),bg=#(echo $TMUX_USERNAME_BG),bold]#[fg=#(echo $TMUX_NAMESPACE_FG),bg=#(echo $TMUX_NAMESPACE_BG),bold] #(date +%H:%M) ' set -g window-status-format "#[fg=#3e999f,bg=#efefef] #I #W " set -g window-status-current-format "#[fg=#efefef,bg=#3e999f,noreverse,bold] #I #W " - # # Theme Default # set -g status-left-length 30 @@ -139,4 +138,3 @@ bind -r L resize-pane -R 5 bind Escape copy-mode bind p paste-buffer bind C-c run-shell "bash -c 'tmux show-buffer | reattach-to-user-namespace pbcopy'" \; display 'Copied to clipboard' -