chore: update readme for new window configs
This commit is contained in:
parent
820eb09125
commit
4ebafff29e
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -141,6 +141,15 @@ Values:
|
|||
- all - the entire window part will have the same color
|
||||
- none - the entire window part will have no color
|
||||
|
||||
#### Override the window default colors:
|
||||
```sh
|
||||
set -g @catppuccin_window_default_text "color" # text color
|
||||
set -g @catppuccin_window_default_background "color"
|
||||
```
|
||||
|
||||
Values:
|
||||
- color - a hexadecimal color value
|
||||
|
||||
#### Override the window default text:
|
||||
```sh
|
||||
set -g @catppuccin_window_default_text "#{b:pane_current_path}" # use "#W" for application instead of directory
|
||||
|
@ -157,6 +166,15 @@ Values:
|
|||
- all - the entire window part will have the same color
|
||||
- none - the entire window part will have no color
|
||||
|
||||
#### Override the window current colors:
|
||||
```sh
|
||||
set -g @catppuccin_window_current_color "color" # text color
|
||||
set -g @catppuccin_window_current_background "color"
|
||||
```
|
||||
|
||||
Values:
|
||||
- color - a hexadecimal color value
|
||||
|
||||
#### Override the window current text:
|
||||
```sh
|
||||
set -g @catppuccin_window_current_text "#{b:pane_current_path}" # use "#W" for application instead of directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue