From 2e6b97616f8ee20b7d056ef58d89666fc32ddafb Mon Sep 17 00:00:00 2001 From: Parker Kain Date: Mon, 1 May 2023 21:04:03 -0400 Subject: [PATCH] changing icon --- catppuccin.tmux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/catppuccin.tmux b/catppuccin.tmux index 72ce019..b56c323 100755 --- a/catppuccin.tmux +++ b/catppuccin.tmux @@ -64,11 +64,11 @@ main() { local wt_enabled wt_enabled="$(get_tmux_option "@catppuccin_window_tabs_enabled" "off")" readonly wt_enabled - + local right_separator right_separator="$(get_tmux_option "@catppuccin_right_separator" "")" readonly right_separator - + local left_separator left_separator="$(get_tmux_option "@catppuccin_left_separator" "")" readonly left_separator @@ -114,7 +114,7 @@ main() { readonly show_host="#[fg=$thm_blue,bg=$thm_gray]$right_separator#[fg=$thm_bg,bg=$thm_blue]󰒋 #[fg=$thm_fg,bg=$thm_gray] #H " local show_date_time - readonly show_date_time="#[fg=$thm_blue,bg=$thm_gray]$right_separator#[fg=$thm_bg,bg=$thm_blue] #[fg=$thm_fg,bg=$thm_gray] $date_time " + readonly show_date_time="#[fg=$thm_blue,bg=$thm_gray]$right_separator#[fg=$thm_bg,bg=$thm_blue]󰚭 #[fg=$thm_fg,bg=$thm_gray] $date_time " # Right column 1 by default shows the Window name. local right_column1=$show_window