1
0

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
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> ..."
```