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:
parent
c43c10fe94
commit
1612a23174
3 changed files with 11 additions and 2 deletions
|
@ -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 "█"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue