Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Desktop Notifications module #1329

Open
mikeslattery opened this issue Aug 24, 2022 · 2 comments
Open

Desktop Notifications module #1329

mikeslattery opened this issue Aug 24, 2022 · 2 comments
Labels
💪 improvement "Where we're going, we don't need roads." wontfix

Comments

@mikeslattery
Copy link

mikeslattery commented Aug 24, 2022

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.

@senorprogrammer
Copy link
Collaborator

That would be a very cool module.

@senorprogrammer senorprogrammer added the 💪 improvement "Where we're going, we don't need roads." label Aug 28, 2022
@stale
Copy link

stale bot commented Feb 24, 2023

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 stale bot added the wontfix label Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💪 improvement "Where we're going, we don't need roads." wontfix
Development

No branches or pull requests

2 participants