From 2c0b115e236b69501eb8bf73288081063b161997 Mon Sep 17 00:00:00 2001 From: Mohamed Yooshau <8582355+Glaisher@users.noreply.github.com> Date: Sun, 31 Aug 2025 11:58:54 +0500 Subject: [PATCH] Update date_time icon to use new nf calendar_clock It has been changed as per https://www.nerdfonts.com/releases#v3.0.0 --- catppuccin.tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catppuccin.tmux b/catppuccin.tmux index ebd3c8a4..93624f2b 100755 --- a/catppuccin.tmux +++ b/catppuccin.tmux @@ -118,7 +118,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