topic title: conky 1.10.xx
Posts: 325
male
Joined: 04 Nov 2011
#1
post42235.html?hilit=#p42235

With the help of a script under

Code: Select all

/usr/share/doc/conky-1.10.0/convert.lua
you can convert his Conky configuration to lua

first renaming old Conky

Code: Select all

$ mv .conkyrc .conkyrc.old
Then copy the script in's Home directory, make it executable and

Code: Select all

$ lua convert.lua .conkyrc.old .conkyrc
Voila, should do __{{emoticon}}__
Posts: 10
Snap
Joined: 19 Aug 2014
#2
This does the trick for simple conkys, but might not be 100% precise for complex ones. Anyway, it's a great starting point to convert a conkys collection. Might need further checking and corrections, but the gross/tedious editing and conversion will be carried out.

Editing everything by hand can be a real PITA. I edited one by hand just to check and feel how it goes. I already miss the conky's simple text config files. Lua is a bitch of a code.
Posts: 325
male
Joined: 04 Nov 2011
#3
Snap wrote:This does the trick for simple conkys, but might not be 100% precise for complex ones
They operate at $Mikisoft? __{{emoticon}}__