From c493721bb10240dde7c524c961afe4351c70d12b Mon Sep 17 00:00:00 2001 From: Valentin Uveges Date: Fri, 31 Mar 2023 17:29:36 +0300 Subject: [PATCH] feat(components): update readme with for fonts --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0f1388..8106ae2 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ All flavours support certain levels of customization that match our [Catppuccin Style Guide][style-guide]. To add these customizations, add any of the following options to your Tmux configuration. +In order to have the correct icons displayed please use your favorite nerd fonts patched font. + ##### Enable window tabs By default, the theme places the `window-status` in the `status-right`. With @@ -76,7 +78,7 @@ set -g @catppuccin_right_separator "█" ##### Enable DateTime By default, the `date_time` componenet is set to off. -It can be enabled by specifing the tmux date and time format. +It can be enabled by specifing any tmux date and time format. ```sh set -g @catppuccin_date_time "%Y-%m-%d %H:%M"