diff --git a/README.md b/README.md index 643e583..63764e4 100644 --- a/README.md +++ b/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