15

I'm using irssi on Gnome 3, but I do use KDE 4 sometimes. I like irssi very much but I miss any notification feature. I don't use irssi over ssh.

Braiam
  • 66,947
  • 30
  • 177
  • 264
Capi Etheriel
  • 2,294
  • 4
  • 22
  • 26

2 Answers2

10

There seems to be a couple kicking about:

https://github.com/stickster/irssi-libnotify (previously at http://code.google.com/p/irssi-libnotify/)

or..

http://wahjava.wordpress.com/2008/06/15/irssi-notifications/

They're just Perl scripts you drop into ~/.irssi/scripts so you could tweak them to suit you.

detly
  • 3,332
  • 9
  • 37
  • 54
Caesium
  • 15,517
  • 4
  • 40
  • 48
  • 1
    thanks a lot. I had to edit the notify.pl to make the notifications transient (otherwise they fill up the notification area). Adding --hint=int:transient:1 did it. – Capi Etheriel Nov 29 '11 at 17:50
4

http://code.google.com/p/irssi-libnotify/ works great for me.

If you want it to notify all messages instead of just hilighted ones remove || !($dest->{level} & MSGLEVEL_HILIGHT) from the script.

Jorge Castro
  • 70,934
  • 124
  • 466
  • 653
feedelli
  • 41
  • 1