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:
parent
84a84bdd8f
commit
41f2cf2e7a
4 changed files with 33 additions and 19 deletions
13
README.md
13
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue