如何使 cpu 百分比指标具有固定宽度或在低于 100 时插入 0。
我的cpu配置
commands = [
Run Cpu [
"--template", "cpu: <total>%",
"-L", "3",
"-H", "50",
"--normal", "green",
"--high", "red"] 10
]
如何使 cpu 百分比指标具有固定宽度或在低于 100 时插入 0。
我的cpu配置
commands = [
Run Cpu [
"--template", "cpu: <total>%",
"-L", "3",
"-H", "50",
"--normal", "green",
"--high", "red"] 10
]