AppTheming: fix ghostty reload

This commit is contained in:
ItsLemmy
2025-10-25 09:33:23 -04:00
parent 38ce6609d8
commit 2753ebbd9f
+1 -1
View File
@@ -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