diff --git a/.tmux.conf b/.tmux.conf
index 223ea2f..57c9adf 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -54,7 +54,8 @@ bind-key -T copy-mode-vi WheelDownPane select-pane \; send-keys -X -N 1 scroll-d
 setw -g window-status-format ""
 setw -g window-status-separator ""
 set -g status-justify left
-set -g status-left " #I "
+set -g status-left ""
+set -g status-format "#I:#T"
 set -g status-right ""
 set -g set-titles on
 set -g set-titles-string "#H:#T"