diff options
author | Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com> | 2015-08-03 19:05:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-03 19:05:48 +0700 |
commit | 4e196714e27a093882b2d9115ca80386bc441e25 (patch) | |
tree | 411c37acbb263a84954fc62135738c50bc1b4703 /system/wmgtemp/README | |
parent | a3b5cb5022dd69c6be0bb012640729b7011383d4 (diff) | |
download | slackbuilds-4e196714e27a093882b2d9115ca80386bc441e25.tar.gz |
system/wmgtemp: Added (Graphical GPU and SYS Temp Monitor DockApp).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/wmgtemp/README')
-rw-r--r-- | system/wmgtemp/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/wmgtemp/README b/system/wmgtemp/README new file mode 100644 index 0000000000..df5c0764f7 --- /dev/null +++ b/system/wmgtemp/README @@ -0,0 +1,7 @@ +wmgtemp is a dock app for WindowMaker that graphically displays the CPU and SYS temperatures +using the lm_sensors package. + +Note: This DockApp needs a lm_sensors config file (defaults to /etc/sensors.conf). I had +one called "sensors3.conf" in my etc folder. So I started wmgtemp like this: +"wmgtemp -S /etc/sensors3.conf" and it worked fine for me. If it doesn't for you, try +writing your own configuration file. |