ianmarmour / nvidia-clerk

A cross-platform go bot that tracks for availability of stock from Nvidia's store and adds a cart to your checkout.
BSD 3-Clause "New" or "Revised" License
222 stars 64 forks source link

Desktop notifications on macOS don't play a sound #166

Open cmsj opened 3 years ago

cmsj commented 3 years ago

AppleScript like this will play a sound:

osascript -e 'display notification "hello world" sound name "default" with title "title" subtitle "subtitle"'