Notify user that font changes require a Ghostty restart

This commit is contained in:
David Heinemeier Hansson
2025-11-09 09:25:00 +01:00
parent 4d3c02c69d
commit 79d48b4d8a

View File

@@ -30,6 +30,10 @@ if [[ -n "$font_name" && "$font_name" != "CNCLD" ]]; then
omarchy-restart-swayosd
omarchy-restart-walker
if pgrep -x ghostty; then
notify-send " You must restart Ghostty to see font change"
fi
omarchy-hook font-set "$font_name"
else
echo "Font '$font_name' not found."