Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
from sys import argv
from time import sleep, time
from gi import require_version
import subprocess
import dbus
require_version('Notify', '0.7')
from gi.repository import Notify