jonhoo / buzz

A simple system tray application for notifying about unseen e-mail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS support

jonhoo opened this issue · comments

Biggest blockers:

  • Find right path for config files (xdg equivalent)
  • Figure out how to do notifications (e.g., notify-send)

For Mac OS X notifications you can do:

osascript -e 'display notification "you have new mail" with title "notification title" '

Now that we depend on notify_rust, which apparently has macOS support, I think in theory this should now "just work". Have you tried it out on macOS?

I haven't tried, later this evening or tomorrow I'll try and let you know if it works

I just tried compiling on macOS Catalina, where systray fails to compile. 😞