diff --git a/tmux.conf b/tmux.conf index 92000d6..713aca9 100644 --- a/tmux.conf +++ b/tmux.conf @@ -40,7 +40,7 @@ set -g @plugin 'seebi/tmux-colors-solarized' set -g @maildir_counters '~/Mail/FastMail/INBOX/new|~/Mail/IOCOM/INBOX/new' -set -g status-right '✉ F:#{maildir_counter_1} I:#{maildir_counter_2} | #{battery_icon} #{battery_percentage} | %a %h-%d %H:%M ' +set -g status-right '#{battery_icon} #{battery_percentage} | ✉ F:#{maildir_counter_1} I:#{maildir_counter_2} | %a %h-%d %H:%M ' # Initialize TMUX plugin manager run '~/.tmux/plugins/tpm/tpm'