summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFelix Springer <felixspringer149@gmail.com>2019-07-14 23:55:09 +0200
committerFelix Springer <felixspringer149@gmail.com>2019-07-14 23:55:09 +0200
commit093dcb3d47f00e9865cf9dfdb33a2508bec56128 (patch)
treefc17d699ccf700dd80b01e8d9995b635a79e35ad
parent4f4fe1cc8ec427ed29e0d7157575a037e8d0e8c7 (diff)
downloadxmobar-093dcb3d47f00e9865cf9dfdb33a2508bec56128.tar.gz
xmobar-093dcb3d47f00e9865cf9dfdb33a2508bec56128.tar.bz2
readme entry for MultiCoreTemp
-rw-r--r--readme.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 5afdfad..29e2749 100644
--- a/readme.md
+++ b/readme.md
@@ -1094,6 +1094,30 @@ more than one battery.
"-L", "40", "-H", "60",
"-l", "lightblue", "-n", "gray90", "-h", "red"] 50
+### `MultiCoreTemp Args RefreshRate`
+
+- Aliases to `multicoretemp`
+- Args: default monitor arguments, plus:
+ - `--temp-icon-pattern`: dynamic string for overall cpu load in `maxipat` and `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
+- Variables that can be used with the `-t`/`--template` argument:
+ `max`, `maxpc`, `maxbar`, `maxvbar`, `maxipat`,
+ `avg`, `avgpc`, `avgbar`, `avgvbar`, `avgipat`,
+ `core0`, `core1`, ..., `coreN`
+
+ The *pc, *bar, *vbar and *ipat variables are showing percentages on the scale
+ defined by `--mintemp` and `--maxtemp`.
+- Default template: `Temp: <max>°C - <maxpc>%`
+- This monitor requires coretemp module to be loaded in kernel
+- Example:
+
+ Run CoreTemp ["-t", "Temp: <max>°C | <maxpc>%",
+ "-L", "60", "-H", "80",
+ "-l", "green", "-n", "yellow", "-h", "red"
+ "--", "--mintemp", "20", "--maxtemp", "100"] 50
+
### `Volume Mixer Element Args RefreshRate`
- Aliases to the mixer name and element name separated by a colon. Thus,