From 2753ebbd9fe3a508d4f2117f7194161a38728dcb Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Sat, 25 Oct 2025 09:33:23 -0400 Subject: [PATCH] AppTheming: fix ghostty reload --- Bin/colors-apply.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bin/colors-apply.sh b/Bin/colors-apply.sh index f31cdc27..9027dbd8 100755 --- a/Bin/colors-apply.sh +++ b/Bin/colors-apply.sh @@ -31,8 +31,8 @@ case "$APP_NAME" in sed -i '/theme/d' "$CONFIG_FILE" # Add the new theme include line to the end of the file. echo "theme = noctalia" >> "$CONFIG_FILE" - pkill -SIGUSR2 ghostty fi + pkill -SIGUSR2 ghostty else echo "Error: ghostty config file not found at $CONFIG_FILE" >&2 exit 1