I've decided to experiment a little with gimp ( to confirm that my transition from Photoshop is complete >:] ) and with this occasion, made a conky. It's exclusively for Sabayon, since there are few to none out there. The source code isn't written from scratch, just taken from somewhere and modified accordingly. The text looks bad because I was pretty much in a hurry and didn't spend any time configuring it. Feel free to toy with the fonts and colors. It doesn't use any lua, since it's basically the text over png images. I personally am having problems with the alignment, so if it doesn't work properly tell me, or, if you know your way around .conkyrc, fix it. Because I sure as hell don't. The reason why there's no networking is because I was having problems with the code.
You can download the images and the .conkyrc here :
For those who don't know, just extract/decompress both the files to /home/user/ and run the conky command from the terminal.
Also, the CPU usage is set to 3 cpu's because I have a Tripe Core. If you have a quad core, search for the CPU code lines, and add this just underneath the 3rd cpu:
Code: Select all
${goto 105}CPU4 Usage: ${font Droid Sans:style=Bold:size=8}${color3}${cpu cpu4}%${font}${color}
If you have less, just delete or comment the unnecessary lines.