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