OK, I had quick look into both this one "MX Compact" and the other "MX Circles"
viewtopic.php?p=808244#p808244
Both are great conky's with a really cool lua stuff.
Here my first little wish/suggestions:
Do implement those currently used functions like lfs.currentdir(), lfs.dir(), lfs.mkdir() and lfs.symlinkattributes()
provided by external lsf lua modules with some simple pure lua equivalents.
And b/c conky comes with compiled in lua5.3 but not with lfs-module compiled in,
this would avoid, users needed first to install the package "lua-filesystem" before they can actually use your conky's.
Thanks