feat: make separator configurable
This commit is contained in:
parent
8dd142b4e0
commit
99f47469ec
2 changed files with 18 additions and 8 deletions
10
README.md
10
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue