Show a TODO, or other text file, in Conky.

desktop screenshot

vi ~/.conkyrc

Add the following lines under the TEXT section:

TODO
${hr}
${execi 3000 cat ~/TODO}

execi executes the command with an interval of 300ms.

My full conkyrc can be found here.