Skip to content

Instantly share code, notes, and snippets.

View mwatts15's full-sized avatar
🏠
Working from home

Mark Watts mwatts15

🏠
Working from home
View GitHub Profile
@travitch
travitch / NotificationDaemon.hs
Created September 12, 2012 14:37
A freedesktop notification plugin for xmobar
{-# LANGUAGE OverloadedStrings, RankNTypes, KindSignatures, FlexibleContexts #-}
module Plugins.NotificationDaemon where
-- xmobar plugin API
import Plugins
import DBus.Bus
import DBus.Client
import DBus.Constants