Added collects

This commit is contained in:
Gokul Swami 2021-03-11 04:35:50 -08:00
parent 631c285a75
commit 05ca7dec6e
1 changed files with 4 additions and 0 deletions

View File

@ -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