Skip to content

Commit

Permalink
Merge pull request #27 from kallisti5/master
Browse files Browse the repository at this point in the history
Add Haiku notification support
  • Loading branch information
ku1ik committed Jul 7, 2012
2 parents 4bfd73d + 1b4f1f1 commit 77c95a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git-dude
Expand Up @@ -36,6 +36,8 @@ elif [ $(which growlnotify 2>/dev/null) ]; then
notify_cmd='growlnotify -n "$app_name" --image "$ICON_PATH" -m "$DESCRIPTION" "$TITLE"'
elif [ $(which kdialog 2>/dev/null) ]; then
notify_cmd='kdialog --icon $ICON_PATH --title "$TITLE" --passivepopup "$DESCRIPTION"'
elif [ $(which notify 2>/dev/null) ]; then
notify_cmd='notify --type information --icon $ICON_PATH --group "Git Commit" --title "$TITLE" "$DESCRIPTION"'
fi

function notify() {
Expand Down

0 comments on commit 77c95a9

Please sign in to comment.