brunocroh / notify-me

A simple package to display notifications on your computer while coding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Linux Support

PauloHFS opened this issue · comments

I do a little research and I find out that linux shells uses the freedesktop specifications to implements notifications. The major uses the libnotification that has the notify-sendutility that we can use to support linux.

What you think? May I implement this if you like the idea.

I believe it can be a bit complicated.

Maybe try to use some package that already do it for us can be better, like dunst can turn it more easy, what do you think?

And of course if you could work on that will be amazing, I did not have a Linux here to test it.

Wow, this package literally does the same thing that I propose to do, I will add it to the README as a recommendation alternative, but of course if we want to have the same feature we can look how they implement it and try to do something similar here