Convert the systray widget to the new widget system
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
121a5050b1
commit
99ac190090
|
@ -79,7 +79,7 @@ local function new(revers)
|
|||
end
|
||||
|
||||
capi.awesome.connect_signal("systray::update", function()
|
||||
ret:emit_signal("widget::updated")
|
||||
ret:emit_signal("widget::layout_changed")
|
||||
end)
|
||||
|
||||
return ret
|
||||
|
|
Loading…
Reference in New Issue