MichaelAquilina / zsh-auto-notify

⏰ ZSH plugin that automatically sends out a notification when a long running task has completed.
GNU General Public License v3.0
412 stars 42 forks source link

Add Icon Support to Linux #56

Closed CaderIdris closed 5 months ago

CaderIdris commented 5 months ago

Add Icon Support to Linux

Description

Notify-send allows for an --icon argument that displays an icon with the notification, this pull request allows the user to specify an icon to use for a successful command as well as a failed one with AUTO_NOTIFY_ICON_SUCCESS and AUTO_NOTIFY_ICON_FAILURE respectively.

Limitations

I don't have a Mac to test with so this feature only works with Linux so far

Changes

CaderIdris commented 5 months ago

Adds similar behaviour to the one expected but not current available in issue #54