cpu widget shows "unknown"
albertodeago opened this issue ยท 4 comments
albertodeago commented
Hi, thanks for the amazing tool, i'm trying a custom setup and the cpu widget is showing me "unknown" (I've tried to update the software but I've the latest version)
config file below
[
{
"type": "timeButton",
"formatTemplate": "HH:mm",
"align": "left",
"bordered": false,
"longAction": "shellScript",
"longExecutablePath": "/usr/bin/pmset",
"longShellArguments": ["sleepnow"]
},
{
"type": "battery",
"align": "left",
"bordered": true
},
{
"type": "cpu",
"refreshInterval": 3,
"bordered": true,
"width": 80,
"align": "left"
},
{
"type": "network",
"flip": true,
"align": "left"
},
{
"type": "timeButton",
"formatTemplate": "HH:mm",
"locale": "it_IT",
"timeZone": "UTC",
"bordered": true,
"align": "left"
},
{
"type": "pomodoro",
"workTime": 1500,
"restTime": 300,
"align": "left"
},
{
"type": "upnext",
"from": 0,
"to": 12,
"maxToShow": 3,
"autoResize": false
},
{
"type": "brightnessDown",
"bordered": true,
"width": 50,
"align": "right"
},
{
"type": "brightnessUp",
"bordered": true,
"width": 50,
"align": "right"
},
{
"type": "mute",
"align": "right",
"bordered": true
},
{
"type": "volumeDown",
"bordered": true,
"align": "right",
"width": 50
},
{
"type": "volumeUp",
"bordered": true,
"align": "right",
"width": 50
}
]
Am I doing something wrong?
fedya commented
+1 same for me too
NethumL commented
akulgoel96 commented
@Toxblh can you help in creating a release for the recent commits which also includes the above cpu widget? Thanks!
mariano-daniel commented
Has this been fixed? Still showing the same issue.