d99kris / nchat

Terminal-based Telegram / WhatsApp client for Linux and macOS
MIT License
619 stars 43 forks source link

[Feature Request] Desktop notification of new messages #54

Closed jonnieey closed 2 years ago

jonnieey commented 2 years ago

Would be great if there was a way to get notifications on new messages via a notification daemon.

d99kris commented 2 years ago

Support for this has been implemented in above commit. It is disabled by default, but can be enabled/configured using desktop_notify_* parameters in ui.conf, for example:

desktop_notify_active=1
desktop_notify_inactive=1

Refer to README.md for details.