All icons are symbolic .svg's from Faenza, Faience, or the default icon themes on Ubuntu 12.04.
A set of icons indicate that status of your system. The indicators are AC Adapter Battery Wifi On/Off Wifi Connectivity New Mail (Gmail) CPU Temperature CPU RAM Trash (Recycle Bin)
Hey! Thanks for this! Question: I have problems with the trash-indicator, even when my trash is empty, is still shows the trashfull image. Is there a fix? (Or is it just me ). XFCE btw.
No problem!, yeah i had trouble with the code for the trashcan part...hmm, you could do '${exec du -s -m ~/.local/share/Trash/files | cut -c0-4}' i guess, but this would tell you the # of megabytes in the trash folder...so then you could say -- ${if_match <insertnewcodehere> >= 50 }<action> ... so this way when your trash can is over 50 megabytes, the icon will light up. I think thats what i did.
Thanks! im glad you like it...if you have trouble getting the trash icon to work..i have made some small changes that i can give you...but if it works well, then were good