9 lines
204 B
Lua
Executable File
9 lines
204 B
Lua
Executable File
-- 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 |