jxai / lean-conky-config

Lean Conky config that just works
MIT License
121 stars 30 forks source link

Downspeedgraph and upspeedgraph in main.lua file, are not working in the latest versions of Conky #8

Closed johnvranos closed 3 weeks ago

johnvranos commented 1 year ago

Good afternoon,

lean-conky is great, you have done a great job.

Unfortunately, downspeedgraph and upspeedgraph in main.lua file, are not working since version 1.11 of Conky.

The equivalent boxes in the lean-conky widget remain empty.

I had to compile and install Conky 1.10, for it to work.

I tested downspeegraph and upspeedgraph in conky.conf, and they work there in the latest versions of Conky, but not the ones in main.lua.

johnvranos commented 1 year ago

The problem was fixed with Conky version 1.17:

https://github.com/brndnmtthws/conky/issues/1307

But you must add:

store_graph_data_explicitly = false

in the conky.conf file, of lean-conky-config.

jxai commented 3 weeks ago

Thanks for the pointer, fixed with 060bc5fe.