feat(docs): add window current to readme contents
This commit is contained in:
parent
97917d0e52
commit
5a03bc4bc0
1 changed files with 6 additions and 5 deletions
11
README.md
11
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue