G'Day,垫这里。
只是想知道是否有人可以阐明为什么 Conky 执行器会是空的。
屏幕截图显示了 execi、execibar 和 execigauge 都在工作,但没有 execigraph。
Conky的截图代码:
TEXT ${execi 1 sensors -u | grep -A 0 'temp2_input' | cut -c 15-19} C ${execibar 1 sensors -u | grep -A 0 'temp2_input' | cut -c 15-19} ${execigauge 1 sensors -u | grep -A 0 'temp2_input' | cut -c 15-19} ${execigraph 1 sensors -u | grep -A 0 'temp2_input' | cut -c 15-19}
我的其他图表效果很好,我已经尝试过
${execigraph 50,500 1 sensors -u | grep -A 0 'temp2_input' | cut …