From c40d215db3e2bc01e3b0b8d94c8c46cd6d73f743 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Wed, 29 Nov 2023 09:53:10 +0000
Subject: [PATCH] Remove space before the left status in tmux

---
 system/shared/modules/tmux.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/shared/modules/tmux.nix b/system/shared/modules/tmux.nix
index 2f5813b1..2a51f81d 100644
--- a/system/shared/modules/tmux.nix
+++ b/system/shared/modules/tmux.nix
@@ -33,7 +33,7 @@
       bind -n C-Up resize-pane -U 5
 
       # Status line customisation
-      set-option -g status-left "  "
+      set-option -g status-left " "
       set-option -g status-right " #{session_name} "
       set-option -g status-right-length 100
       set-option -g status-style "fg=#7C7D83 bg=#242631"