diff options
author | Felix Springer <felixspringer149@gmail.com> | 2019-07-15 00:20:29 +0200 |
---|---|---|
committer | Felix Springer <felixspringer149@gmail.com> | 2019-07-15 00:20:29 +0200 |
commit | 6fdd455cc4aafc436d6a7e5488f7530765fc4492 (patch) | |
tree | 4a655368b23ab4926cfbb590bb02c24aba1d87ae /readme.md | |
parent | 7bceed1f4f01e6534a1d7484be279339058bd0fb (diff) | |
download | xmobar-6fdd455cc4aafc436d6a7e5488f7530765fc4492.tar.gz xmobar-6fdd455cc4aafc436d6a7e5488f7530765fc4492.tar.bz2 |
fixed icon pattern flag for MultiCoreTemp in readme
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1098,7 +1098,8 @@ more than one battery. - Aliases to `multicoretemp` - Args: default monitor arguments, plus: - - `--temp-icon-pattern`: dynamic string for overall cpu load in `maxipat` and `avgipat`. + - `--max-icon-pattern`: dynamic string for overall cpu load in `maxipat`. + - `--avg-icon-pattern`: dynamic string for overall cpu load in `avgipat`. - `--mintemp`: temperature in degree Celsius, that sets the lower limit for percentage calculation. - `--maxtemp`: temperature in degree Celsius, that sets the upper limit for percentage calculation. - Thresholds refer to temperature in degree Celsius |