diff options
author | jao <jao@gnu.org> | 2020-06-13 19:40:42 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-06-13 19:42:28 +0100 |
commit | ad1e53d34dbde8784f2713ae19b377b81d5cf9a7 (patch) | |
tree | d77167b9cdc62a67dbade8edb7b25b237775ae00 /readme.md | |
parent | 2ae720ab47213d93ffd22a40cd99b80bec1d022a (diff) | |
download | xmobar-ad1e53d34dbde8784f2713ae19b377b81d5cf9a7.tar.gz xmobar-ad1e53d34dbde8784f2713ae19b377b81d5cf9a7.tar.bz2 |
Detection of Tdie and Tctl for Ryzen temperatures
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1135,6 +1135,14 @@ more than one battery. limit for percentage calculation. - `--maxtemp`: temperature in degree Celsius, that sets the upper limit for percentage calculation. + - `--hwmonitor-path`: this monitor tries to find coretemp devices by + looking for them in directories following the pattern + `/sys/bus/platform/devices/coretemp.*/hwmon/hwmon*`, but some + processors (notably Ryzen) might expose those files in a different + tree (e.g., my Ryzen Thinkpad puts them in + `/sys/class/hwmon/hwmon3`). With this option, it is possible to + explicitly specify the full path to the directory where the + `tempN_label` and `tempN_input` files are located. - Thresholds refer to temperature in degree Celsius - Variables that can be used with the `-t`/`--template` argument: `max`, `maxpc`, `maxbar`, `maxvbar`, `maxipat`, |