From 79d48b4d8a171eb2eae3bc1a380e1c16b8d0dcdd Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 9 Nov 2025 09:25:00 +0100 Subject: [PATCH] Notify user that font changes require a Ghostty restart --- bin/omarchy-font-set | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/omarchy-font-set b/bin/omarchy-font-set index e8d68981..a5a00d28 100755 --- a/bin/omarchy-font-set +++ b/bin/omarchy-font-set @@ -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."