Sha256: 6ba310a7650b1691c9cae07b36beed9e60e44e1e46d241f1864f303becb7ff94
Contents?: true
Size: 170 Bytes
Versions: 2
Compression:
Stored size: 170 Bytes
Contents
module Notify if which('kdialog') def self.notify(title, message, option = {}) system 'kdialog', '--passivepopup', message, '--title',title end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
notify-0.5.0 | lib/notify/kdialog.rb |
notify-0.4.0 | lib/notify/kdialog.rb |