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