{{ score }}
  # This is a terribly inefficient way to display a fortune in Conky
# This is for your .conkyrc
${execi 600 fortune -s > ~/fortune; sed '/^$/d' > ~/fortune > ~/fortune2; rm ~fortune; cat ~/fortune2}