]> git.llucax.com Git - personal/ion3-config.git/commitdiff
Use a second as the mpd update interval.
authorLeandro Lucarella <llucax@gmail.com>
Mon, 12 Nov 2007 22:31:49 +0000 (19:31 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 12 Nov 2007 22:31:49 +0000 (19:31 -0300)
default/cfg_statusbar.lua

index 0dffce36b565ddb8df2c24ba5d0de9f66318065d..0a1193f0b3a9bbede3688a02c9df7556b6ff25ba 100644 (file)
@@ -98,7 +98,7 @@ mod_statusbar.launch_statusd{
         netcat = 'nc',
 
        -- 500 or less makes seconds increment relatively smoothly while playing
-       update_interval = 500,
+       update_interval = 1000,
 
        -- mpd server info (localhost:6600 are mpd defaults)
        address = "localhost",