Standardize all notification sending

This commit is contained in:
David Heinemeier Hansson
2026-05-17 19:51:29 +02:00
parent 682c6406bd
commit 4e2da8480a
24 changed files with 62 additions and 90 deletions
+2 -2
View File
@@ -38,11 +38,11 @@ if [[ -n $font_name ]]; then
omarchy-restart-shell
if pgrep -x ghostty; then
notify-send -a omarchy-action -u low " You must restart Ghostty to see font change"
omarchy-notification-send -g  "You must restart Ghostty to see font change"
fi
if pgrep -x foot; then
notify-send -a omarchy-action -u low " You must restart Foot to see font change"
omarchy-notification-send -g  "You must restart Foot to see font change"
fi
omarchy-hook font-set "$font_name"