From d7f73db5627c3d5ce4af8739a2702bf7bd1348b6 Mon Sep 17 00:00:00 2001 From: marques-bruno Date: Fri, 16 May 2025 13:52:01 +0200 Subject: [PATCH] Fix left separator in window status --- catppuccin.tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catppuccin.tmux b/catppuccin.tmux index ebd3c8a4..5f1c4ed7 100755 --- a/catppuccin.tmux +++ b/catppuccin.tmux @@ -101,7 +101,7 @@ main() { local show_directory_in_window_status_current #readonly show_directory_in_window_status_current="#[fg=$thm_bg,bg=$thm_orange] #I #[fg=$thm_fg,bg=$thm_bg] #{b:pane_current_path} " - readonly show_directory_in_window_status_current="#[fg=colour232,bg=$thm_orange] #I #[fg=colour255,bg=colour237] #(echo '#{pane_current_path}' | rev | cut -d'/' -f-2 | rev) " + readonly show_directory_in_window_status_current="#[fg=colour232,bg=$thm_orange] #I#[fg=$thm_orange,bg=colour237]$left_separator#[fg=colour255,bg=colour237] #(echo '#{pane_current_path}' | rev | cut -d'/' -f-2 | rev)#[fg=colour237,bg=$thm_bg]$left_separator" local show_window_in_window_status readonly show_window_in_window_status="#[fg=$thm_fg,bg=$thm_bg] #W #[fg=$thm_bg,bg=$thm_blue] #I#[fg=$thm_blue,bg=$thm_bg]$left_separator#[fg=$thm_fg,bg=$thm_bg,nobold,nounderscore,noitalics] "