diff --git a/.tmux.conf b/.tmux.conf index 9e4a88e..c3f2124 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -58,7 +58,7 @@ setw -g window-status-separator "" set -g status-style "bg=#3e3e3e,fg=#c0c0c0" set -g status-left-length 0 set -g status-right-length 0 -set -g status-left '#{=|30|…:pane_current_path}' +set -g status-left '#{=|45|…:pane_current_path}' set -g status-right '#[fg=#f7f7f7]#{@starship}▕#(~/go/bin/gitmux -cfg ~/.config/gitmux/gitmux.yaml "#{pane_current_path}")' set -g set-titles on