feat(components): add user and host components

This commit is contained in:
Valentin Uveges 2023-03-29 12:40:43 +03:00
parent fce7853d4c
commit def29854b5
2 changed files with 41 additions and 1 deletions

View file

@ -75,13 +75,31 @@ set -g @catppuccin_right_separator "█"
##### Enable DateTime
By default, the `date_time` componenet is set to off.
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"
```
##### Enable User
By default, the `user` componenet is set to off.
It can be enabled by toggoling it on.
```sh
set -g @catppuccin_user "on"
```
##### Enable Host
By default, the `host` componenet is set to off.
It can be enabled by toggoling it on.
```sh
set -g @catppuccin_host "on"
```
[style-guide]: https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md
## 💝 Thanks to