]> git.llucax.com Git - personal/ion3-config.git/blobdiff - default/cfg_statusbar.lua
Add an address book key binding.
[personal/ion3-config.git] / default / cfg_statusbar.lua
index 5d39b430a459bd66332487acbb1c57c43bd1bc40..0dffce36b565ddb8df2c24ba5d0de9f66318065d 100644 (file)
@@ -94,8 +94,11 @@ mod_statusbar.launch_statusd{
 
     -- MPD
     mpd = {
+        -- netcat path
+        netcat = 'nc',
+
        -- 500 or less makes seconds increment relatively smoothly while playing
-       update_interval = 1000,
+       update_interval = 500,
 
        -- mpd server info (localhost:6600 are mpd defaults)
        address = "localhost",
@@ -113,7 +116,11 @@ mod_statusbar.launch_statusd{
        --   track metadata: %artist, %title, %num, %album, %year, %len
        --   current track position: %pos
        --   escape for the percent character: %%
-        template = "%title by %artist, track %num from %album, %year (%pos/%len) [%volume]",
+        template = "%title by %artist, track %num from %album, %year " ..
+                    "(%pos/%len) [%volume]",
+
+        -- output debug filename (false or nil for no debug output)
+        debug = false,
     },
 
     -- Memory monitor