docs(custom): fix outdated module name (#153)

This commit is contained in:
Hamothy 2024-03-07 00:55:28 +00:00 committed by GitHub
parent 0be44ee9bd
commit 0f1d4a365e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
custom

View file

@ -13,7 +13,7 @@ Use the [Module template](#module-template) (or example.sh) as a starting point
Save the new module under this folder using the module name as the file name and .sh as the extension.
Update the status module list with your module.
```sh
set -g @catppuccin_status_modules "... <module_name> ..."
set -g @catppuccin_status_modules_right "... <module_name> ..."
```