From 5a03bc4bc0e51ed711991f887aaf179658648f6c Mon Sep 17 00:00:00 2001 From: Valentin Uveges Date: Thu, 10 Aug 2023 09:26:17 +0300 Subject: [PATCH] feat(docs): add window current to readme contents --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e0ddda..49af25a 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,11 @@ 4. [Configuration options](#configuration-options) 1. [Window](#window) 2. [Window default](#window-default) - 3. [Status](#status) - 4. [Customizing modules](#customizing-modules) - 5. [Battery module](#battery-module) -5. [Custom module](#custom-module) + 3. [Window current](#window-current) + 4. [Status](#status) + 5. [Customizing modules](#customizing-modules) + 6. [Battery module](#battery-module) +5. [Create a custom module](#create-a-custom-module) 6. [Configuration Examples](#configuration-examples) 1. [Config 1](#config-1) 2. [Config 2](#config-2) @@ -264,7 +265,7 @@ Add the battery module to the status modules list. set -g @catppuccin_status_modules "... battery ..." ``` -## Custom module +## Create a custom module It is possible to add a new custom module or overrite any of the existing modules.