wtf icon indicating copy to clipboard operation
wtf copied to clipboard

Desktop Notifications module

Open mikeslattery opened this issue 3 years ago • 2 comments

What should it do?

When a desktop notification occurs, capture the text message.

This is useful to know about new emails, calendar meeting reminders, IMs, system errors, etc. I find this the most useful pane in my dashboard (see workaround below).

Implementation

It would have separate implementations for Mac, and Linux.

Workaround

On Linux, I use cmdrunner to call a script I wrote that runs dbus-monitor "interface='org.freedesktop.Notifications'" and then uses sed to filter the text into something legible. It's possible to do something similar on Windows with a PowerShell script.

mikeslattery avatar Aug 24 '22 12:08 mikeslattery

That would be a very cool module.

senorprogrammer avatar Aug 28 '22 01:08 senorprogrammer

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Feb 24 '23 02:02 stale[bot]