From 0f1d4a365e05e2ad2f593ed73a2eaa0197a24949 Mon Sep 17 00:00:00 2001 From: Hamothy <58985301+sgoudham@users.noreply.github.com> Date: Thu, 7 Mar 2024 00:55:28 +0000 Subject: [PATCH] docs(custom): fix outdated module name (#153) --- .gitignore | 1 - custom/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0d82d79..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -custom diff --git a/custom/README.md b/custom/README.md index e55aa9b..b4a11cb 100644 --- a/custom/README.md +++ b/custom/README.md @@ -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 "... ..." +set -g @catppuccin_status_modules_right "... ..." ```