From 6a47da6e5308c98bc6789561f4117eb5ce3af209 Mon Sep 17 00:00:00 2001 From: Valentin Uveges Date: Fri, 18 Aug 2023 09:34:57 +0300 Subject: [PATCH] feat(docs): update readme with info on how to set a module option value to null --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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