>>1740469Try googling the error, from the first line"wmic command not found".
Question one "What is wmic?"
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/wmic.mspx?mfr=trueQuestion two "Why can it not find the wmic command?"
http://www.computerhope.com/issues/ch000549.htm#1Question three "Attempt to index a nil value?"
I'd wager line 179 of cmdfetch.lua points to the use of explorer. The script cannot index or find the value because wmic is not pathed to properly in your system enviroment table, or does not exist. Once the script is able to use wmic, it will be able to index the value (probably in relation to your visual style).
Also make sure you have the latest version off of github for good measure.
I can offer you an older version without the meters on my github (xDemonessx/dotfiles)