Merge pull request #180 from stwa/patch-4

Fixed initial state where alsa.update may never be called
This commit is contained in:
Luke Bonham 2016-03-21 10:17:42 +01:00
commit 94e6be5b42
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ local setmetatable = setmetatable
-- ALSA volume
-- lain.widgets.alsa
local alsa = { last_level = "0", last_status = "off" }
local alsa = { last_level = "0", last_status = "" }
local function worker(args)
local args = args or {}