From 1ddf3217a56b501f86ed16f30ab25308ab83239e Mon Sep 17 00:00:00 2001 From: Parker Kain Date: Wed, 3 May 2023 21:04:01 -0400 Subject: [PATCH] reverting --- catppuccin.tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catppuccin.tmux b/catppuccin.tmux index b36e956..1b75683 100755 --- a/catppuccin.tmux +++ b/catppuccin.tmux @@ -94,7 +94,7 @@ main() { readonly date_time local datetime_icon - datetime_icon="$(get_tmux_option "@catppuccin_datetime_icon", "HELLO")" + datetime_icon="$(get_tmux_option "@catppuccin_datetime_icon", "")" readonly datetime_icon # These variables are the defaults so that the setw and set calls are easier to parse.