From 07de7608404b6a11989154785fb41e49ce551b31 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Fri, 29 May 2015 16:36:05 -0400 Subject: [PATCH] fix spacing problems in tmux theme --- tmux/theme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/theme.sh b/tmux/theme.sh index 1d5fb60..0855f31 100644 --- a/tmux/theme.sh +++ b/tmux/theme.sh @@ -57,5 +57,5 @@ tm_date="#[fg=$tm_color_inactive] %R %d %b" tm_host="#[fg=$tm_color_feature,bold]#h" tm_session_name="#[fg=$tm_color_feature,bold]$tm_icon #S" -set -g status-left $tm_session_name +set -g status-left $tm_session_name' ' set -g status-right $tm_itunes' '$tm_rdio' '$tm_spotify' '$tm_date' '$tm_host