On Tue, 09 Aug 2005 10:06:21 +0200, Tuomo Valkonen <[EMAIL PROTECTED]> wrote:

On 2005-08-05, Adam Chodorowski <[EMAIL PROTECTED]> wrote:
I'm having some trouble getting update_interval to work in the statusbar. I added %S to the date format, and set update_interval for the date meter to 1000, but it doesn't work. Also altering update_intervalfor the load meter doesn't seem to have any effect. Otherwise thestatusbar works fine. Is it a bug or have I missed something?

There's no update_interval for the date meter.

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,


--
Adam Chodorowski <[EMAIL PROTECTED]>

Reply via email to