mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-07 12:25:15 +00:00
AppTheming: fix ghostty reload
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user