Notify is a very simple program that, when run, displays a graphical box that says Yo!
Just run: make
It will produce a binary file called: notify
If you use Openbox, you can add the following to your rc.xml file to add a keybinding that will open a terminal that uses notify in place of a bell beep.
<keybind key="b">
<action name="Execute">
<execute>mrxvt +st +sr -sl 3000 -bg black -fg white -blc /path/to/notify</execute>
</action>
</keybind>
notify-0.2.tar.gz
Posted Mon 29 Mar 2010 09:56:13 AM EDT
notify-0.1.tar.gz
Posted Fri 19 Dec 2008 11:22:27 AM EST