Re: antiX Screenshots
Posted: Tue Nov 06, 2018 6:15 am
I'm back in MX17.
Used the pkill command and then ran the conky. Got this message:
But looking at the conky for grimy clock, line 151 is a blank line, while lines 152 to 155 are:
The path for my lua script location is correct. Is there some issue with using capital letters for the folder path?
Line 138 is commented out so again I don't understand the error message:
Still can't run it. So weird.
Used the pkill command and then ran the conky. Got this message:
Code: Select all
tuaz@mx17final:~
$ conky -c "/home/tuaz/.conkyrc" &
[1] 6178
tuaz@mx17final:~
$ conky: Syntax error (/home/tuaz/.conkyrc:2: unexpected symbol near '#') while reading config file.
conky: Assuming it's in old syntax and attempting conversion.
conky: [string "..."]:151: [string "converted config"]:138: unexpected symbol near '}'
[1]+ Exit 1 conky -c "/home/tuaz/.conkyrc"
Code: Select all
# -- Lua load -- #
#lua_load /media/5/Conky/easysid/MechClock/fancyclock.lua
lua_load /home/tuaz/LUA/fancyclock.lua
lua_draw_hook_pre main
Line 138 is commented out so again I don't understand the error message:
Code: Select all
## ${lua conky_draw_bg 10 0 0 0 0 0x000000 0.2}