felixhageloh / uebersicht

ˈyːbɐˌzɪçt
GNU General Public License v3.0
4.59k stars 165 forks source link

Is it possible to send notifications from a widget? #506

Open AdamRatcliffe-TomTom opened 1 year ago

AdamRatcliffe-TomTom commented 1 year ago

I've been thinking about creating a timer widget and would like to send a notification when it's counted down. Is this possible and how would I go about doing it?

mlcampbe commented 1 year ago

Not sure you can do that natively through a widget but I suspect you could have the widget make a call to https://github.com/julienXX/terminal-notifier which could do it for you.

AdamRatcliffe-TomTom commented 1 year ago

Thanks @mlcampbe! That looks like it would work :)