From 9b528f8a5a5b497da081e47ec1d641eb6033b653 Mon Sep 17 00:00:00 2001 From: John Yeates Date: Thu, 26 Mar 2026 10:30:49 +0000 Subject: [PATCH] Update macOS sound list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As well as the system default sounds, `terminal-notifier` supports any admin-installed or user-installed sounds (in /Library/Sounds or $HOME/Library/Sounds) — the easiest way to get the list is to look in the Sounds system settings. This commit adds this to the list, rather than making it look as if only system default sounds are supported. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ab46a9..a0e61f7 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Configuration keys: - `sounds`: per-event sounds (`idle`, `error`, `permission`, optional `question`). - `quietHours`: scheduled suppression window. -**Available macOS sounds:** Basso, Blow, Bottle, Frog, Funk, Glass, Hero, Morse, Ping, Pop, Purr, Sosumi, Submarine, Tink +**Available macOS sounds:** You can use any sound that's available for selection as System Settings > Sounds > Alert Sound. The system default sounds are Basso, Blow, Bottle, Frog, Funk, Glass, Hero, Morse, Ping, Pop, Purr, Sosumi, Submarine, Tink. ## FAQ