Skip to content

Instantly share code, notes, and snippets.

View meetdilip's full-sized avatar
💭
Dreaming ...

Dilip meetdilip

💭
Dreaming ...
View GitHub Profile
#!/usr/bin/env python
from gi.repository import Notify
import subprocess
from time import sleep, time
from sys import argv
import dbus
def send_notification(title, text):
try: