feat(docs): update readme with info on how to set a module option value to null

This commit is contained in:
Valentin Uveges 2023-08-18 09:34:57 +03:00
parent 10fedae860
commit 6a47da6e53

View file

@ -245,6 +245,16 @@ set -g @catppuccin_[module_name]_color "color"
set -g @catppuccin_[module_name]_text "text"
```
#### Removing a specific module option
```sh
set -g @catppuccin_[module_name]_[option] "null"
```
This is for the situation where you want to remove the icon from a module.
Ex:
```sh
set -g @catppuccin_date_time_icon "null"
```
### Battery module
#### Requirements