Well, I wasn't familiar with xmms2 but after an experiment I got most of the xmms2 variables (tested the common ones like $xmms2_artist, _title, _smart, _duration, _genre, _size with the only broken one being _timesplayed, but I didn't test them all) functioning properly in conky using the following from that thread you linked to on ubuntuforums.org:
Now, let's build conky.
1. Take care of dependencies:
Code:sudo apt-get install libxmmsclient-dev build-essential libx11-dev libxext-dev libxdamage-dev libxft-dev libglib2.0-dev2. Download and extract conky:
Code:wget http://downloads.sourceforge.net/conky/conky-1.4.9.tar.bz2 && tar xjvf conky*.tar.bz23. cd into conky directory
4.
Code:./configure --enable-xmms2 --disable-mpd make sudo make install6. See if it worked!:
Code:conky
It seems, although conky has inbuilt variables for handling xmms2, you are actually required to both install certain dependencies and configure conky to enable that xmms2 support.
So, uninstall the repo version of conky that comes with CrunchBang and follow the above. Hopefully that'll get it working for you.






