linux_notification_center icon indicating copy to clipboard operation
linux_notification_center copied to clipboard

A notification daemon/center for linux

Results 60 linux_notification_center issues
Sort by recently updated
recently updated
newest added

I downloaded the files in the AUR for the deadd-notification-center-git pkg but ghc is panicking ``` ghc: panic! (the 'impossible' happened) (GHC version 8.4.4 for x86_64-unknown-linux): Prelude.chr: bad argument: 1526726659...

It would be really nice to be able to match patterns and not only exact values. For instance, being able to match any notifications with a word in the title...

This is partly question / partly feature request. My current setup uses `i3lock-color` as the screen lock. This usually blocks anything else from being displayed, but notifications seems to still...

bug: When clicking on an action button inside the notification center, no action happens... This' easily reproducible, and definitely should not be the way it is. guess at fix: My...

This [stackoverflow post](https://unix.stackexchange.com/a/381093) implies that notification managers can actually control sounds. Not 100% sure if many applications use this, or if they just play the sounds themselves, but that's the...

featurerequest

I love the look of this notification daemon, and notice it has GTK3 in the dependencies. However, I'm on sway full time right now, and there's no good way for...

systemsupport

Hello! I instaled Deadd Notification Center using `make` and `sudo make install`, and the install elapsed without problems. But at the moment to run deadd-notification-center in console i got the...

src/NotificationCenter/NotificationInCenter.hs:(60,7)-(61,27): Irrefutable pattern failed for pattern Just noti

Is there a simple way to query the number of notifications? I have a polybar `text` module that I would like to make into a `script` module that would query...

featurerequest