From a9bacc4cc551e93563ca49be9f8bf08cf95756bc Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 22 Jun 2020 09:05:18 +0200 Subject: [PATCH] Removed "Batt:" string from tmux statusline to prevent it from showing on machines without battery --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index fe7ce96..e858059 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -34,7 +34,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 '#{battery_status_fg}Batt: #{battery_icon} #{battery_percentage} | %H:%M ' +set -g status-right '#{battery_status_fg} #{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'