Use notify-send (or arbitrary command) instead of sounds
pmiddend opened this issue · 3 comments
pmiddend commented
Similar to mu4e-alert, it would be awesome to use desktop notifications for the pomodoro steps ("starting task $x", "$minutes minutes finished", ...). Or is that possible with the current codebase?
leoc commented
We are using the alert
package. This should be configurable to push desktop notifications.
pmiddend commented
Ah yes, I can use alert-default-style as well as (alert-add-rule)
, thanks for the pointer.
zacjones93 commented
@pmiddend Did you get the notifications working? would love to see your config! (I'm new to elisp so adding this type of functionality is rough)