hi everybody.
with look's scripts there was no problem: just dropping such files
in /etc/ion3 directory was enough.. but not same thing for statusd's.
Think I must make an entry in any of the cfg_* files, so I've tryed
adding in cfg_ion.lua the next code:
dopath("statusd_sysmon.lua")
dopath("statusd_cpuspeed.lua")
..and this in cfg_statusbar.lua:
template="[ %date || %cpuspeed || %sysmon ]"
..but it doesn't work.
(maybe the last 2 variables need to be declared in such file, but really
don't know how this language works)
In addition, since I did that, I have this error-msg:
Ion startup error log:
>> /etc//ion3/statusd_cpuspeed.lua:48 attemp to index global
'statusd' (a nil value)
would anybody please tell me which is the right way to get those scripts
working?
thanks in advance.