Como as anotações da documentação do site , há uma variável rss
cujo padrão é um intervalo de 15 minutos para verificar feeds :
Download and parse RSS feeds. The interval may be a floating point value greater than 0, otherwise defaults to 15 minutes. Action may be one of the following: feed_title, item_title (with num par), item_desc (with num par) and item_titles (when using this action and spaces_in_front is given conky places that many spaces in front of each item). This object is threaded, and once a thread is created it can't be explicitly destroyed. One thread will run for each URI specified. You can use any protocol that Curl supports.
O Arch Wiki tem um exemplo:
${rss https://planet.archlinux.org/rss20.xml 1 item_titles 10 }
Em que 1
é um intervalo de um minuto e 10
das atualizações mais recentes são exibidas.
Se você pretende usar um script personalizado, então há uma variável conky que suporta um intervalo independente, execpi
:
Same as execp but with specific interval. Interval can't be less than update_interval in configuration. Note that the output from the $execpi command is still parsed and evaluated at every interval.