mirror of https://github.com/lcpz/lain.git
Merge pull request #180 from stwa/patch-4
Fixed initial state where alsa.update may never be called
This commit is contained in:
commit
94e6be5b42
|
@ -19,7 +19,7 @@ local setmetatable = setmetatable
|
||||||
|
|
||||||
-- ALSA volume
|
-- ALSA volume
|
||||||
-- lain.widgets.alsa
|
-- lain.widgets.alsa
|
||||||
local alsa = { last_level = "0", last_status = "off" }
|
local alsa = { last_level = "0", last_status = "" }
|
||||||
|
|
||||||
local function worker(args)
|
local function worker(args)
|
||||||
local args = args or {}
|
local args = args or {}
|
||||||
|
|
Loading…
Reference in New Issue