Conky cpubar 填充方式错误

Conky cpubar filling in wrong way

我有一个简单的 conky cpubar 用于监控 CPU 在 Debian KDE 9 上工作的负载,这里是相关部分:

${image ~/script/conky/static/img/cpu.png -p 0,280 -s 26x26}\
${goto 40}${font monospace:bold:size=15}${color1}CPU ${font   monospace:bold:size=10}(TOT: ${cpu cpu0}%) ${color0}${hr 5}${color white}

${font monospace:bold:size=11}\
${execi 99999 neofetch | grep 'CPU' | cut -f 2 -d ":" | sed 's/^[ \t]*//;s/[ \t]*$//' | sed 's/[\x01-\x1F\x7F]//g' | sed 's/\[0m//g' | sed 's/\[.*\]//'}\
[${execi 5 sensors | grep 'temp1' | cut -c16-22}]
${cpugraph cpu0 40,340 52ff00 6edd21}
CPU 1${goto 70}${cpu cpu1}%${goto 100}${cpubar 8,width_cpu_bar cpu1}
CPU 2${goto 70}${cpu cpu2}%${goto 100}${cpubar 8,width_cpu_bar cpu2}
CPU 3${goto 70}${cpu cpu3}%${goto 100}${cpubar 8,width_cpu_bar cpu3}
CPU 4${goto 70}${cpu cpu4}%${goto 100}${cpubar 8,width_cpu_bar cpu4}

这是结果:

另一个例子:

如您所见,结果看起来不错,但填充 cpubars 无法正常工作,并且所有 4 个条具有相同的填充,在我有 100% 核心负载的最后一个中清楚地看到 (CPU3 ) 而且他的酒吧还没有完全满员。 我哪里错了?

cpu数字在高度,宽度部分之前,即使用

${cpubar cpu1 8,width_cpu_bar}