From 758ea5e7fefcc83556f0bbc31d5078a39de070b1 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Tue, 20 Nov 2018 08:04:08 +0100 Subject: [PATCH] Set battery status font color --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'