Here is the set of my Conkys I used on the Yam! screenshot.
### CPU gauge Conky ###
Shows CPU usage fore core 0 and core 1. This is completely based on mrpeachy's gauge conky, and he is the one that should have the credits. I just added a background image.
He can be found at Crunchbang forum:
[link]Execute the script this way:
conky -c .conky_top
### Volume Conky ###
I modified mrpeachy's gauge conky. It shows a rotable volume button and the current workspace number.
The response is 1 second, so the workspace number and volume button will be updated after one second you switched workspace or increased/decreased the volume. It is possible to increase this update, but a value < 1 is very CPU intensive.
Volume buttons are made by nepst3r:
[link]Req: Candara font (Included in the Zip file)
Execute the script this way:
conky -c .conky_left
### Vertical text Conky ###
Shows Battery status, home and root free space and mem usage.
Req: Candara font (included)
Req: Pushkin font (included)
Req: acpitool (not included, you have to install it yourself)
Execute the script this way:
conky -c .conky_right
### Background images ###
Background images. Example Conky included.
Execute the script this way:
conky -c .conky_panel
Works best to have them on the sides of the screen.
*** Changelog v1.01 ***
Optimized the code of info.lua and Volume conky.