From 7906b4c442e51b36229f43a79868e08d1520b48f Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Tue, 3 Nov 2015 00:17:02 +0000 Subject: [PATCH] changing order of tmux notifications --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'