From e58d133058681ca85257a6bf6a27f6a4543a20ac Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Thu, 21 Sep 2023 06:29:55 +0200 Subject: [PATCH] fix(tmux): battery status --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 678e3ee..97e4c9a 100644 --- a/tmux.conf +++ b/tmux.conf @@ -10,7 +10,7 @@ set-option -g set-titles on set-option -g focus-events on set -g status-style 'fg=white, bg=colour8' set -g window-status-current-style 'fg=black, bg=green' -set -g status-right '#(batinfo) #[fg=black, bg=colour2] #(sysinfo) #[default] #[fg=white, bg=colour238] %H:%M #[default]' +set -g status-right '#(tmbatinfo) #[fg=black, bg=colour2] #(sysinfo) #[default] #[fg=white, bg=colour238] %H:%M #[default]' set -g status-justify centre set-window-option -g mode-keys vi