quote:
Originally posted by J.J
Really awesome script, its definately my favourite so far
Just a suggestion... maybe it would be good if we had the option to put some text before the running applications. Say for example...
Currently Using: Firefox | WMP | Internet Explorer
Thanks.
If you like it,
rate it!
Good idea, I'll add something like that when I get round to an update.
If you're desperate to have it now, it's easy to do manually, just open the code to line 329 (the plus script editor will do) and change it from:
code:
IconPsm(icon,message);
to...
code:
IconPsm(icon,"Currently Using: "+message);
EDIT: why does the forum parse bbcode in [c ode] tags...