From 7b4eab874df6378e36495bc53ad2ae95d90a20d7 Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Wed, 8 Mar 2023 00:25:00 +0100 Subject: [PATCH] Update .tmux.conf --- dot_tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_tmux.conf b/dot_tmux.conf index a6a74aa..29a073c 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -42,5 +42,7 @@ set -g @themepack 'powerline/default/cyan' # use this theme for tmux set -g @resurrect-capture-pane-contents 'on' # allow tmux-ressurect to capture pane contents set -g @continuum-restore 'on' # enable tmux-continuum functionality +set -g @theme-status-right "#[fg=#{@powerline-status-right-area-right-bg},bg=#{@powerline-status-bg}]#[fg=#{@powerline-status-right-area-right-fg},bg=#{@powerline-status-right-area-right-bg},bold] nil " + # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm' \ No newline at end of file