Added collects
This commit is contained in:
parent
631c285a75
commit
05ca7dec6e
|
@ -34,6 +34,7 @@ local function emit_player_status()
|
||||||
awesome.emit_signal("bling::playerctl::status", playing)
|
awesome.emit_signal("bling::playerctl::status", playing)
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
collectgarbage("collect")
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -79,6 +80,7 @@ echo "$tmp_cover_path"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
collectgarbage("collect")
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-- Follow title
|
-- Follow title
|
||||||
|
@ -103,8 +105,10 @@ echo "$tmp_cover_path"
|
||||||
awesome.emit_signal("bling::playerctl::player_stopped")
|
awesome.emit_signal("bling::playerctl::player_stopped")
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
collectgarbage("collect")
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
collectgarbage("collect")
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue