From e6a2e8ff769dba7784fdc432600bfb7fe6b5b9aa Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 3 Mar 2023 15:50:39 +0100 Subject: [PATCH] chore(tmux): change timeout for gitmux --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 82aaab7..e57de8a 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -55,7 +55,7 @@ set -g pane-active-border-style "fg=white,bg=default" # Bar Left set -g status-left-length 100 set -ga status-left "#[fg=white,nobold] " -set -g status-left "#[fg=blue,bold] #S #(gitmux -timeout 300ms -cfg $HOME/.gitmux.conf)#[fg=white] ❭" # session name +set -g status-left "#[fg=blue,bold] #S #(gitmux -timeout 500ms -cfg $HOME/.gitmux.conf)#[fg=white] ❭" # session name # Bar Right set -g status-right-length 100 set -g status-right "#{now_playing} "