conky-config/modules/debug.lua
2022-10-26 01:49:22 +02:00

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