diff --git a/Services/Theming/TemplateRegistry.qml b/Services/Theming/TemplateRegistry.qml index f249144e..ba09a558 100644 --- a/Services/Theming/TemplateRegistry.qml +++ b/Services/Theming/TemplateRegistry.qml @@ -21,7 +21,7 @@ Singleton { "name": "Ghostty", "matugenPath": "Terminal/ghostty", "outputPath": "~/.config/ghostty/themes/noctalia", - "postHook": "pkill -SIGUSR2 ghostty" + "postHook": "pgrep -x ghostty >/dev/null && pkill -SIGUSR2 ghostty; true" }, { "id": "kitty", "name": "Kitty",