Regarding GeekyTowerLogo, I overlooked the fact that the cpu readings and bar graph should refer to cpu0 (ie, the total usage for all CPU cores), rather than to cpu1, which would only display usage for the 1st core.
So the text in line 115 should be:
Code: Select all
${color3}CPU: ${color}${cpu cpu0}% ${alignr}${color}${cpubar cpu0 8,60}
ADDED: and on another note, after installation of beta2, the MX logo no longer shows up in this conky (it did when I tested the conky in live mode) when you use:
as the file path.
Note that I used the
$HOME/.conky/MX-Asq/etc etc way of describing the path for the harddrive.sh script and it continues to work.
Would suggest the same for the logo pic, so line 108 should be:
Code: Select all
${image $HOME/.conky/MX-Asq/MX-GeekyTowerLogo/MXLogoStart.png -p 97,90 -s 50x50}
and yep, that works. I really don't like the "./" shortcut.