Statnot

From wikinotes

Statnot is a notifications daemon that executes a shellscript whenever a notification is issued.
It was meant for status bars like dzen, xmobar etc. so that you could replace the bar, or pipe information to a particular section of the bar.
I like using it because I can pipe notifications to all of my tmux statusbars (which means notifications on a tty!!).

Locations

~/.statusline.sh shellscript run when notification is received. Make sure it's executable.
~/.xinitrc run when xsession starts

Install

pacaur -S statnot

Usage

# ~/.xinitrc
killall notification-daemon &> /dev/null
statnot &
exec xmonad