From d1f4561e66f5719ef6ebe6e8b290d16d0a4a179c Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Thu, 22 Jul 2021 19:50:36 +0200 Subject: [PATCH] do not use sxmo_hooks.sh for the icon hook (the hook variables don't live long enough) Signed-off-by: Stacy Harper --- scripts/core/sxmo_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_common.sh b/scripts/core/sxmo_common.sh index d2e10bd..44317b8 100644 --- a/scripts/core/sxmo_common.sh +++ b/scripts/core/sxmo_common.sh @@ -255,4 +255,4 @@ icon_bok="" icon_map="" #allow the user to override icons -sxmo_hooks.sh icons +[ -x "$XDG_CONFIG_HOME/sxmo/hooks/icons" ] && source "$XDG_CONFIG_HOME/sxmo/hooks/icons"