feat(components): update readme with for fonts

This commit is contained in:
Valentin Uveges 2023-03-31 17:29:36 +03:00
parent def29854b5
commit c493721bb1

View file

@ -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"