feat: make separator configurable

This commit is contained in:
Valentin Uveges 2023-03-27 21:45:41 +03:00
parent 8dd142b4e0
commit 99f47469ec
2 changed files with 18 additions and 8 deletions

View file

@ -63,6 +63,16 @@ directory within the `status-right` and move the window names to the
set -g @catppuccin_window_tabs_enabled on # or off to disable window_tabs
```
##### Configure separator
By default, the theme will use a round separator for left and right.
To overwrite it use `@catppuccin_left_separator` and `@catppuccin_right_separator`
```sh
set -g @catppuccin_left_separator "█"
set -g @catppuccin_right_separator "█"
```
[style-guide]: https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md
## 💝 Thanks to