feat(docs): update readme with info on how to set a module option value to null
This commit is contained in:
parent
10fedae860
commit
6a47da6e53
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue