feat(status): Add support for status module middle separators (#310)

* added middle separator for status

* fixed color + updated readme

* Update README.md

Co-authored-by: vdbe <44153531+vdbe@users.noreply.github.com>

---------

Co-authored-by: vdbe <44153531+vdbe@users.noreply.github.com>
This commit is contained in:
Bryan SebaRaj 2024-09-17 02:53:41 -04:00 committed by GitHub
parent c43c10fe94
commit 1612a23174
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 2 deletions

View file

@ -262,6 +262,12 @@ tmux kill-server & tmux
set -g @catppuccin_status_left_separator ""
```
#### Set the status module middle separator:
```sh
set -g @catppuccin_status_middle_separator "null"
```
#### Set the status module right separator:
```sh
set -g @catppuccin_status_right_separator "█"