Skip to content

Instantly share code, notes, and snippets.

@raliste
Created October 12, 2011 04:21
Show Gist options
  • Select an option

  • Save raliste/1280258 to your computer and use it in GitHub Desktop.

Select an option

Save raliste/1280258 to your computer and use it in GitHub Desktop.
from gi.repository import Notify
Notify.Notification.new('Incoming call', 'From %s' % number, 'phone-google-nexus-one').show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment