From 7f602e8fa1ccbfeb440ee0255ae426b8c7ddbfe5 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Mon, 18 Nov 2024 20:17:58 +0000
Subject: [PATCH] Allow for renaming tmux windows

Don't override the format for window statuses.
---
 modules/home-manager/tmux.nix | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/home-manager/tmux.nix b/modules/home-manager/tmux.nix
index 78476da2..8799ab68 100644
--- a/modules/home-manager/tmux.nix
+++ b/modules/home-manager/tmux.nix
@@ -28,9 +28,7 @@ in
       set-option -g status-right-length 100
       set-option -g status-style "fg=#7C7D83 bg=default"
       set-option -g window-status-activity-style none
-      set-option -g window-status-current-format "#{window_index}:#{pane_current_command}#{window_flags} "
       set-option -g window-status-current-style "fg=#E9E9EA"
-      set-option -g window-status-format "#{window_index}:#{pane_current_command}#{window_flags} "
 
       bind c new-window -c "#{pane_current_path}"