hammerspoon icon indicating copy to clipboard operation
hammerspoon copied to clipboard

hs.notify.setIdImage broken

Open zzamboni opened this issue 2 years ago • 3 comments
trafficstars

It seems the setIdImage in hs.notify is not being honored. For example:

hs.notify.new({title="Hi there", setIdImage = hs.image.imageFromAppBundle("com.apple.safari")}):send()

Produces a notification with the default Hammerspoon icon.

Hammerspoon Version 0.9.100 (6815) macOS version 12.6.3 (21G419) (Monterey)

zzamboni avatar Apr 12 '23 21:04 zzamboni

Same with on Ventura 13.5.1 (22G90). :contentImage() works fine with the same image.

certainlyakey avatar Sep 02 '23 14:09 certainlyakey

Same with osx 14.3.1 (23D60) / hs Version 0.9.100 (6815)

meeech avatar Feb 18 '24 23:02 meeech