Class: Notiffany::Notifier::Libnotify
- Defined in:
- lib/notiffany/notifier/libnotify.rb
Overview
System notifications using the [libnotify](github.com/splattael/libnotify) gem.
This gem is available for Linux, FreeBSD, OpenBSD and Solaris and sends system notifications to Gnome [libnotify](developer.gnome.org/libnotify):
Constant Summary collapse
- DEFAULTS =
{ transient: false, append: true, timeout: 3 }
Constants inherited from Base
Base::ERROR_ADD_GEM_AND_RUN_BUNDLE, Base::HOSTS
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
#_image_path, #initialize, #name, #notify, #title
Constructor Details
This class inherits a constructor from Notiffany::Notifier::Base