Sha256: 398745538402de0ceb9fdc847cee1d5c19cd1d795f94f5dd7522aba518bc4aca
Contents?: true
Size: 372 Bytes
Versions: 7
Compression:
Stored size: 372 Bytes
Contents
require 'firetower/plugins/core/notifier_common' module Firetower module Plugins class NotifyPlugin < Firetower::Session::Listener include NotifierCommon private def notify(*args) system('notify-send', '--icon', CAMPFIRE_LOGO, '-c', 'Firetower', *args) or raise "Desktop notification failed" end end end end
Version data entries
7 entries across 7 versions & 1 rubygems