I noticed that some of my conky do not show up in the list if the first line is not conky.config.
For example i have some conky's that first print a version and execute a bash script once.
print("\n\27[33m----[ Spectrum Equalizer v1.8 ]----\27[m\n")
os.execute("./cava-loop gocava &")
conky.config = {
...
So i guess CM only searches for the first line that's not a comment and then decide if it's a config or not.
Can this be changed?
I noticed that some of my conky do not show up in the list if the first line is not
conky.config.For example i have some conky's that first print a version and execute a bash script once.
So i guess CM only searches for the first line that's not a comment and then decide if it's a config or not.
Can this be changed?