Skip to content

Instantly share code, notes, and snippets.

@oprypin
Created July 26, 2015 09:19
Show Gist options
  • Save oprypin/694381c0adf88b60fdce to your computer and use it in GitHub Desktop.
Save oprypin/694381c0adf88b60fdce to your computer and use it in GitHub Desktop.
import dbus
bus = dbus.SessionBus()
proxy = bus.get_object("org.freedesktop.Notifications", "/org/freedesktop/Notifications")
proxy.Notify("app", dbus.UInt32(0), "", "title", "body", dbus.Array([], signature="s"), dbus.Dictionary({}, signature="sv"), 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment