I believe the notifier app just fires a popup alert window via your desktop
manager's methods, so your desktop environment (KDE / GNOME etc) is in control
of how it looks.
> Also, I believe this project is open source... If it is, in fact, open
> source, may I have a copy of the source code so I can have a buddy of
> mine implement the changes I'm looking for? If it's not, I hope i'm
> not stepping on anyone's toes by asking..
Indeed, the project page on Google Code indicates that it is released under
the Apache 2.0 licence, so source code should be available, but isn't visible
anywhere prominent on the Google Code project page.
I'm not sure it'll help you though, as mentioned above, the styling of the
alert boxes will not be controlled by the app.
Cheers
Dave P
--
David Precious ("bigpresh")
http://www.preshweb.co.uk/
"Programming is like sex. One mistake and you have to support
it for the rest of your life". (Michael Sinz)
It sends a notification "to the OS", but it doesn't have control over how that
notification will look, as far as I'm aware.
> I want it in a window.. big and prominent, in the center of the
> screen...
>
> the information is being sent to the OS app... it's up to the app on
> where it prints the text.... I just need the ability to reroute this
> text.
Ah... of course - in the preferences for the notifier daemon, you can choose
notification display methods, but also for each notification type, define
commands to execute, so you could run whatever you want.
Executing something like xosd to display a message, passing it the font and
text size desired, would probably do the job.