diff options
author | jao <jao@gnu.org> | 2020-06-13 19:48:23 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-06-13 19:48:23 +0100 |
commit | 53a07a4179eaecb3493e56fc2dc03447b2753af0 (patch) | |
tree | 7e6b4affede00b894e8e1b3ab75d0755e333e162 /readme.md | |
parent | ad1e53d34dbde8784f2713ae19b377b81d5cf9a7 (diff) | |
download | xmobar-53a07a4179eaecb3493e56fc2dc03447b2753af0.tar.gz xmobar-53a07a4179eaecb3493e56fc2dc03447b2753af0.tar.bz2 |
Version bump, changelog, readme
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1139,10 +1139,11 @@ more than one battery. 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. + tree (e.g., Ryzen) puts them somewhere in + "/sys/class/hwmon/hwmon*", and the lookup is most costly. 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`, |