conky-config/modules/debug.lua

9 lines
204 B
Lua
Raw Normal View History

2021-06-14 20:01:00 +02:00
-- 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