Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 475 Bytes

File metadata and controls

17 lines (11 loc) · 475 Bytes

Notifier

Uses an XMPP MUC to broadcast notifications. It's a dirty hack, but it works.

Installing

bundle install
cp config.rb.sample config.rb
$EDITOR config.rb

Usage

./daemon.rb start starts the daemon. Pushing stuff onto the FIFO puts them on the MUC channel. The idea is only one daemon is present on a channel.

./client.rb start listens on that channel and uses Freedesktop Notifications to display those messages on your desktop.