feat(components): add user and host components
This commit is contained in:
parent
fce7853d4c
commit
def29854b5
2 changed files with 41 additions and 1 deletions
20
README.md
20
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue