From ef4dddfd40512e7ed069fa01e83fb862c12dd1ce Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 3 Dec 2020 22:35:24 +0000 Subject: [PATCH] Add lightning bolt to macOS battery display --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index ca1865c..8d5ad1d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -127,8 +127,8 @@ setw -g status-style fg=colour240,bg=colour233 # Right status style, show data and time (and battery percentage on macOS). if '[ "`uname`" = "Darwin" ]' \ - 'setw -g status-right "#(pmset -g batt | grep --color=never -Eo "\\d+%%")\ - %a %d-%m-%y %H:%M "' \ + 'setw -g status-right "↯#(pmset -g batt | grep --color=never -Eo "\\d+%%")\ + %a %d-%m-%y %H:%M "' \ 'setw -g status-right "%a %d-%m-%y %H:%M "' setw -g status-right-style fg=white,bg=colour233