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 } +```