Toxblh/MTMR

Error with istats

Open

#340 opened on Jun 18, 2020

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Swift (3,884 stars) (203 forks)batch import
help wanted

Description

Any way to see log in case of error?

I'm trying to use this script to see CPU temperature:

  {
    "type": "shellScriptTitledButton",
    "width": 80,
    "refreshInterval": 2,
    "source": {
      "inline": "istats cpu --no-graphs --no-labels"
    },
    "align": "right",
    "bordered": false
  },

Contributor guide