feat(datetime): add new date time component
This commit is contained in:
parent
92b32c5c1a
commit
fce7853d4c
2 changed files with 26 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue