custom plugin dir

This commit is contained in:
Peter Kracik 2024-01-10 16:54:58 +01:00
parent 47e33044b4
commit b306dc5450

View file

@ -197,7 +197,8 @@ build_status_module() {
load_modules() {
local modules_list=$1
local modules_custom_path=$PLUGIN_DIR/custom
local custom_path="$(get_tmux_option "@catppuccin_custom_plugin_dir" "${PLUGIN_DIR}/custom")"
local modules_custom_path=$custom_path
local modules_status_path=$PLUGIN_DIR/status
local modules_window_path=$PLUGIN_DIR/window