Toxblh/MTMR

Error with istats

Open

#340 opened on Jun 18, 2020

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

Repository metrics

Stars
 (3,884 stars)
PR merge metrics
 (No merged PRs in 30d)

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