feat(status): window specific separator config (#198)
* feat(window-builder): get window separator based on window type * feat(window-format): send window type param to builder fix: apply suggestions from code review * feat(readme): add window type separator options
This commit is contained in:
parent
c31b9b2c6c
commit
8276c5a5e3
4 changed files with 21 additions and 2 deletions
|
@ -189,6 +189,12 @@ Values:
|
|||
set -g @catppuccin_window_current_text "#{b:pane_current_path}" # use "#W" for application instead of directory
|
||||
```
|
||||
|
||||
#### Override the window current separators
|
||||
```sh
|
||||
set -g @catppuccin_window_current_left_separator ""
|
||||
set -g @catppuccin_window_current_middle_separator "█"
|
||||
set -g @catppuccin_window_current_right_separator ""
|
||||
```
|
||||
### Pane
|
||||
|
||||
#### Set the pane border style:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue