Closed viniciussbs closed 6 years ago
notify function accepts text and title, but the CLI only sends the text to the function. It would be great to set the title using the CLI:
notify
text
title
$ notify --text "Cool message" --title "Awesome title"
Done
notify
function acceptstext
andtitle
, but the CLI only sends the text to the function. It would be great to set the title using the CLI:$ notify --text "Cool message" --title "Awesome title"