Article tagué Xbox 360
Afficher votre GamerCard 360 avec Conky | Display your 360 GamerCard with Conky.
6/03/10
Vous jouez avec une Xbox 360, et vous aimeriez afficher votre GamerCard sur votre bureau pour impressioner vos amis parce que vous avez beaucoup de G points ? C’est possible.
Pour cela, vous devez avoir une version de Conky >= 1.7.2, avec imlib2 activé. Pour compiler Conky, ces dépendances doivent être installées :
libmowgli-0.7.0-2.fc12.i686glibc-2.11.1-1.i686 freetype-2.3.11-3.fc12.i686 audacious-libs-2.2-12.fc12.i686 libXfixes-4.0.4-1.fc12.i686 mcs-libs-0.7.1-9.fc12.i686 gtk2-2.18.7-1.fc12.i686 cairo-1.8.8-3.fc12.i686 tolua++-1.0.92-9.fc12.i686 libXft-2.1.13-4.fc12.i686 libXdamage-1.1.2-1.fc12.i686 libXrender-0.9.5-1.fc12.i686 libxml2-2.7.6-1.fc12.i686 atk-1.28.0-1.fc12.i686 alsa-lib-1.0.22-2.fc12.i686 fontconfig-2.8.0-1.fc12.i686 dbus-glib-0.82-2.fc12.i686 dbus-libs-1:1.2.16-9.fc12.i686 glib2-2.22.4-2.fc12.i686 libX11-1.3-1.fc12.i686 libXext-1.1-2.fc12.i686 libcurl-7.19.7-6.fc12.i686 wireless-tools-1:29-5.1.fc12.i686 lua-5.1.4-4.fc12.i686
# cd /usr/local/conky-1.7.2/ && ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-xft --enable-double-buffer --enable-own-window --enable-x11 --enable-portmon --enable-imlib2 --enable-rss --enable-wlan --enable-lua --enable-eve
Conky est compilé, vous devez maintenant obtenir votre GamerCard. Personnalisez-la, et copiez l’URL de l’image PNG.
Si votre .conkyrc est uniquement destiné à votre GamerCard, vous devez avoir un minimum_size correspondant à la taille de votre image :
minimum_size 310 160
Ensuite, vous pouvez ajouter le code requis. (Pensez à adapter ces lignes à votre configuration !)
${texeci 300 /usr/bin/wget -q http://card.mygamercard.net/JA/nxe/Kenshin57.png -O /home/chuck/Kenshin57.png && convert Kenshin57.png Kenshin57.jpg}${image /home/chuck/Kenshin57.jpg}
Enjoy ! 

You’re used to play with a Xbox 360, and you’d like to display your GamerCard on your desktop to show off your friends because you have a lot of G points ? You can !
To do that, you need to have a version of Conky >= 1.7.2, with imlib2 enabled. To compile Conky, these dependencies must be installed. (see above)
Now, with root, we can compile Conky
Conky is compiled, now you must get your GamerCard. Customize-it, and copy the URL of your PNG image.
Whether your .conkyrc is only for your GamerCard, you need a minimum_size corresponding to the size of your image.
Then, you can add the code. (Think to adapt these lines to your configuration !)
Enjoy 






