refactor: catppuccin_window_status{_icon}_enable->catppuccin_window_status (#292)

`@catppuccin_window_status_enable` and
`@catppuccin_window_status_icon_enable` have been merged into
`@catppuccin_window_status`.

Current configurations will remain to work but receive a warning message of the
change.
This commit is contained in:
vdbe 2024-08-14 18:48:59 +00:00 committed by GitHub
parent 84a84bdd8f
commit 41f2cf2e7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 33 additions and 19 deletions

View file

@ -120,19 +120,12 @@ Values:
#### Enable window status:
```sh
set -g @catppuccin_window_status_enable "no"
set -g @catppuccin_window_status "no"
```
Values:
- yes - this will enable the window status part
- no - this will disable the window status part
#### Enable window status icons instead of text:
```sh
set -g @catppuccin_window_status_icon_enable "yes"
```
Values:
- yes - this will replace the windows status text with icons
- no - this will keep the windows status in text format
- icon - this will replace the windows status text with icons
- text - this will keep the windows status in text format
#### Override windows status icons
```sh