summaryrefslogtreecommitdiff
path: root/mpdarc-widget/mpdarc.lua
AgeCommit message (Collapse)Author
2023-11-18Fix issue with garbage collector in mpdarczachir
reset_garbage_collector started uninitialized in one function, so we initialize it to 0 everywhere.
2023-11-05Use beautiful.font or args.font for widgetszachir
2023-11-05Add reset_garbage_collector to sorta fix mem leakszachir
I added in a variable to force clearing the garbage collector more often, so that the memory leaks involving awful.spawn.easy_async wouldn't cause massive performance issues over time.
2023-02-28add setting to use font2 or smaller fontzachir
2023-02-26set font size in mpdarc (need a way to not hardcode it)zachir
2020-12-05fix more warningsstreetturtle
2019-04-09fix: mpdarc is not a wigdetJakub Podlaha
2018-11-06Set `MPD is not running` in mpdarc-widget current song when MPD is not running.Hasan Ramezani
2018-11-05Add current song text box to mpdarc-widget.Hasan Ramezani
2018-11-02Define TOGGLE_MPD_CMD and use it for mpdarc-widget.Hasan Ramezani
Signed-off-by: Hasan Ramezani <hasan.r67@gmail.com>
2018-04-14MPD widget by @raphaelfournierstreetturtle
2018-04-14first commit of mpdarc widget. WorksRaphaƫl Fournier-S'niehotta
(cherry picked from commit be69876)