From 97917d0e52b702ff29f89d0fab2b92771ca7d7b3 Mon Sep 17 00:00:00 2001 From: Valentin Uveges Date: Thu, 10 Aug 2023 09:21:42 +0300 Subject: [PATCH] feat(custom): fix custom/README.md format --- custom/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom/README.md b/custom/README.md index b3102e0..3344923 100644 --- a/custom/README.md +++ b/custom/README.md @@ -18,7 +18,7 @@ set -g @catppuccin_status_modules "... ..." ``` ## Module template - +```sh show_() { # save this module in a file with the name .sh local index=$1 # this variable is used by the module loader in order to know the position of this module local icon="$(get_tmux_option "@catppuccin__icon" "")" @@ -29,3 +29,4 @@ show_() { # save this module in a file with the name . echo $module } +```