9 lines
204 B
Lua
9 lines
204 B
Lua
|
-- NOTE(Krey): Figure out how to put this in place?
|
||
|
-- os.getenv("CONKY_DEBUG") == 1
|
||
|
if (true) then
|
||
|
debug = ''
|
||
|
.. "LEFT${alignc}CENTER${alignr}RIGHT\n"
|
||
|
else
|
||
|
debug = ''
|
||
|
.. "disabled?\n"
|
||
|
end
|