diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 7fdfa1e..0a9b061 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -14,7 +14,7 @@ set -g @plugin 'tmux-plugins/tmux-battery' # set -g @plugin 'git@github.com/user/plugin' # set -g @plugin 'git@bitbucket.com/user/plugin' -set -g status-right 'Batt: #{battery_icon} #{battery_percentage} | %H:%M' +set -g status-right '#{battery_status_fg}Batt: #{battery_icon} #{battery_percentage} | %H:%M ' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run -b '~/.tmux/plugins/tpm/tpm'