diff options
author | Sebastian Nagel <sebastian.nagel@ncoding.at> | 2021-06-18 12:37:22 +0200 |
---|---|---|
committer | Sebastian Nagel <sebastian.nagel@ncoding.at> | 2021-06-18 12:37:22 +0200 |
commit | e153ca29d537560f88a2cd3b2871fa6e8fe0423e (patch) | |
tree | e3273e7fc6e390904eda75def8ab1f4ecc6f941b | |
parent | b7016305e3fbb0228306d226768483984c7f7c1c (diff) | |
download | xmobar-e153ca29d537560f88a2cd3b2871fa6e8fe0423e.tar.gz xmobar-e153ca29d537560f88a2cd3b2871fa6e8fe0423e.tar.bz2 |
Fix MultiCoreTemp --hwmon-path argument docs
-rw-r--r-- | changelog.md | 2 | ||||
-rw-r--r-- | doc/plugins.org | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index c516e8f..f3c38d8 100644 --- a/changelog.md +++ b/changelog.md @@ -59,7 +59,7 @@ _Bug fixes_ _New features_ - `MultiCoreTemp` now works with Ryzen processors. New option - `--hwmonitor-path` for better performance. + `--hwmon-path` for better performance. - CPU Monitor optimizations. - Version bumps for some dependencies, including timezone-olson. diff --git a/doc/plugins.org b/doc/plugins.org index 2510cb5..fe40a94 100644 --- a/doc/plugins.org +++ b/doc/plugins.org @@ -424,7 +424,7 @@ something like: 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 + - =--hwmon-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 |