feat(datetime): add new date time component

This commit is contained in:
Valentin Uveges 2023-03-29 08:45:18 +03:00
parent 92b32c5c1a
commit fce7853d4c
2 changed files with 26 additions and 0 deletions

View file

@ -73,6 +73,15 @@ set -g @catppuccin_left_separator "█"
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.
```sh
set -g @catppuccin_date_time "%Y-%m-%d %H:%M"
```
[style-guide]: https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md
## 💝 Thanks to