RSS and Conky 1.47

Posted 12 months ago at 4:26 pm. 6 comments

Matthew’s post about conky got me playing with my .conkyrc again. One new feature in conky 1.4.7, which is included in Ubuntu Gutsy, is the ability to parse RSS feeds. By adding the following lines to my .conkyrc, I get feeds from Ubuntu Forums and Planet Ubuntu posted to my desktop.

${rss http://ubuntuforums.org/external.php?type=RSS2 10 feed_title}
${rss http://ubuntuforums.org/external.php?type=RSS2 10 item_titles 20}

${rss http://planet.ubuntulinux.org/rss20.xml 60 feed_title}
${rss http://planet.ubuntulinux.org/rss20.xml 60 item_titles 10}

Conky RSS

6 Replies

  1. A classmate was just showing me conky, so I’ll show him this and he’ll be amazed. Thanks for the tip! :)

  2. Clive Oct 9th 2007

    I get the following error when i try this and then run conky

    Conky: /home/cgerada/.conkyrc: 1: no such configuration: ‘${rss’
    Conky: /home/cgerada/.conkyrc: 2: no such configuration: ‘${rss’
    Conky: /home/cgerada/.conkyrc: 4: no such configuration: ‘${rss’
    Conky: /home/cgerada/.conkyrc: 5: no such configuration: ‘${rss’

  3. Very cool! Now I have yet another reason to get my upgrade to Gutsy on my calendar… Thanks!

  4. Clive,
    This will only work with Conky 1.4.7, are you using that version.


Leave a Reply