notifme
A simple rust lib to send notify-send notfification
new
.summary
.body
.icon
.send
A simple rust lib to send notify-send notfification
Notification::new()
.summary("I am the summary")
.body("i am the body")
.icon("spot_dwl")
.send()