diff options
author | B. Watson <yalhcru@gmail.com> | 2020-06-13 05:05:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-14 17:45:43 +0700 |
commit | 60e4bf35a215f1100742a5f54f4765ad230952a6 (patch) | |
tree | 87b2978f9e0fcd526309c71893ebed7e9396903e /desktop/wmsupermon/exampleconfig.diff | |
parent | 471accae93a44972ba59a9e04623370a29b8165a (diff) |
desktop/wmsupermon: Added (monitoring dockapp for WindowMaker)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/wmsupermon/exampleconfig.diff')
-rw-r--r-- | desktop/wmsupermon/exampleconfig.diff | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/desktop/wmsupermon/exampleconfig.diff b/desktop/wmsupermon/exampleconfig.diff new file mode 100644 index 0000000000000..6df959d5adc28 --- /dev/null +++ b/desktop/wmsupermon/exampleconfig.diff @@ -0,0 +1,18 @@ +diff -Naur dockapps-c2fa6a3/example-wmsupermonrc dockapps-c2fa6a3.patched/example-wmsupermonrc +--- dockapps-c2fa6a3/example-wmsupermonrc 2016-08-03 20:18:50.000000000 -0400 ++++ dockapps-c2fa6a3.patched/example-wmsupermonrc 2020-06-10 02:10:51.872534759 -0400 +@@ -30,11 +30,11 @@ + Source = /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq + Scale = 1000 + +-# temperature from the second sensor (cpu temperature on my motherboard) ++# temperature from the first sensor (cpu temperature on my motherboard) + [Tem] +-Source = /sys/bus/i2c/drivers/w83627hf/9191-0290/temp2_input ++Source = /sys/class/hwmon/hwmon0/temp1_input + Scale = 1000 +-Range = 37 .. 55 ++Range = 37 .. 75 + + # second fan speed (cpu fan on my motherboard) + [fan] |