I want to display the latest NotifyOSD notification in conky, I can display the entire file with
${execi 30 cat ~/.cache/notify-osd.log}
But is it possible to show only the last line of the file? and get it to periodically check the log for changes to the last line?