changing order of tmux notifications

master
Dustin Swan 9 years ago
parent 70c58e9784
commit 7906b4c442

@ -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'

Loading…
Cancel
Save