commit
b6e357e284
1 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@ local function worker(args)
|
|||
base.widget = wibox.widget.textbox('')
|
||||
|
||||
function base.update()
|
||||
if output ~= abase.prev then
|
||||
if output ~= base.prev then
|
||||
output = read_pipe(cmd)
|
||||
widget = base.widget
|
||||
settings()
|
||||
abase.prev = output
|
||||
base.prev = output
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue