notifme 0.0.1

A simple notify-send send tool
Documentation

notifme

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()