From e594a30091f6eb9eeb0923cb6245d2a237c0dcca Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Tue, 14 Jan 2020 19:53:45 +0000
Subject: [PATCH] Increase left status length

---
 tag-tmux/tmux.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tag-tmux/tmux.conf b/tag-tmux/tmux.conf
index 1834e7b3..d0adcb9f 100644
--- a/tag-tmux/tmux.conf
+++ b/tag-tmux/tmux.conf
@@ -27,6 +27,7 @@ bind -n C-Right resize-pane -R 10
 bind -n C-Down resize-pane -D 5
 bind -n C-Up resize-pane -U 5
 
+set-option -g status-left-length 50
 set-option -g status-right " #(battery -t)  #(date '+%a, %b %d - %H:%M') "
 
 bind c new-window -c "#{pane_current_path}"