On Tue, Aug 09, 2005 at 11:11:04AM +0200, Adam Chodorowski wrote:
> How do I get it to update itself once every second then? The comment
> in the default cfg_statusbar.conf ("Locale date format (usually shows
> seconds, which would require updating rather often and can be
> distracting)") seems to say that it is possible somehow...
>
> >For the load meter the parameter is actually interval.
>
> The default cfg_statusbar.lua in 20050625 uses update_interval:
>
> -- Load meter
> --[[
> load={
> update_interval=10*1000,
> important_threshold=1.5,
looks like it takes milliseconds to me, so 10*1000 = 10s. try dropping
that to 1000 (or slightly less, like 900) to get updates every second?
--Phil
--
Phil Snowberger -- [EMAIL PROTECTED]
Department of Computer Science and Engineering
University of Notre Dame