On Tue, 09 Aug 2005 11:51:31 +0200, Phil Snowberger <[EMAIL PROTECTED]> wrote:

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?

That's exactly what I tried, and that's what I wrote in my mail. It doesn't
work. Tuomo is correct that the parameter is named "interval" (tried it and
it does work). My point is that the default cfg_statusbar.lua is incorrect.

--
Adam Chodorowski <[EMAIL PROTECTED]>

Reply via email to