-
Notifications
You must be signed in to change notification settings - Fork 79
Conky Manager did not detect the 1.10 conky config files. #2
Comments
I haven't looked into the new lua syntax, so I'm not sure if this change will be enough. Try making the change and see if it works. |
Unfortunately, I'm not well versed in either Vala or grep regex. I only managed to find the appropriate function because of how neatly written it is.
But I have no idea how to get the conky version. |
hum I need this too 😢 |
@NoobieNewb @tflori there it is, detection, and basic edit and save support: #3 |
hey why i cant load my conky lua on conky manager v2.4 can help me ? |
@zudalGT follow previous comment, you can load/edit/save 1.10 conky configs. This addition can be seen as a forked branch here(easy to install and usage is the same): conky-manager2 (v2.5) |
Specifically, in the find_conkyrc_files_in_path() function in Main.vala:
only detects config files below 1.10.
1.10 config files uses the lua syntax, which is:
However, config files below 1.10 is still compatible with Conky 1.10, so maybe an additional if-statement would be an adequate fix?
The text was updated successfully, but these errors were encountered: