Coolmon Desktop Thing

PoonDaddy007

Senior member
Dec 17, 2000
246
0
0
So I just downloaded Coolmon and I have no idea how to use it. I've looked up some stuff on it and some people have really really cool setups.

Can someone display their code and then tell me how to 'install' it so it displays all the comp. information?

thanks.
 

DannyBoy

Diamond Member
Nov 27, 2002
8,820
2
81
www.danj.me
you need to use motherboard monitor.

Google it, find it, and read the documentation on how to install and use it.

Look at the arsware community forum for people's "showcase's".

Dan
 

screw3d

Diamond Member
Nov 6, 2001
6,906
1
76
Here's my code:
-------------------------------------------------------

<b>Uptime: </b><NAME=Uptime FORMAT="*d* day(s), *H*h *M*m" SIZE=20>

<c:Lime><b>.: CPU :.</b></c>
CPU Usage: <NAME=ProcUsage LEADZERO FORMAT="ALL"> %
CPU Temp : <NAME=Temp2 FORMAT="C">ºC
Case Temp: <NAME=Temp1 FORMAT="C">ºC
CPU Fan : <NAME=Fan1> RPM

<c:Lime><b>.: MEMORY :.</b></c>
RAM Used : <NAME=RAMUsed> MB
Page Used: <NAME=PageUsed> MB

<c:Lime><b>.: DRIVES :.</b></c>
Drive C: <NAME=DriveSpace SIZE=5 DECIMAL DIV=1024 FORMAT="C FREE"> GB
Drive D: <NAME=DriveSpace SIZE=5 DECIMAL DIV=1024 FORMAT="D FREE"> GB

<c:Lime><b>.: NETWORK :.</b></c>
Downstream: <NAME=NetRead LEADZERO DECIMAL SIZE=5 FORMAT="ALL"> kBps
Upstream : <NAME=NetWrite LEADZERO DECIMAL SIZE=5 FORMAT="ALL"> kBps

Downloaded: <NAME=NetSumRead DECIMAL DIV=1024 SIZE=5 FORMAT="ALL"> MB
Uploaded : <NAME=NetSumWrite DECIMAL DIV=1024 SIZE=5 FORMAT="ALL"> MB

<c:Lime><b>.: WEATHER :.</b></c>
Temperature: <NAME=FILEDATA FORMAT="C:\Program Files\CoolMon\Scripts\weather.txt,2">ºC/<NAME=FILEDATA FORMAT="C:\Program Files\CoolMon\Scripts\weather.txt,1">ºF
Condition : <NAME=FILEDATA FORMAT="C:\Program Files\CoolMon\Scripts\weather.txt,3">
Humidity : <NAME=FILEDATA FORMAT="C:\Program Files\CoolMon\Scripts\weather.txt,4">
Sunrise : <NAME=FILEDATA FORMAT="C:\Program Files\CoolMon\Scripts\weather.txt,5">
Sunset : <NAME=FILEDATA FORMAT="C:\Program Files\CoolMon\Scripts\weather.txt,6">
Recorded : <NAME=FILEDATA FORMAT="C:\Program Files\CoolMon\Scripts\weather.txt,0,0,8">

-------------------------------------------------------

And here is how it looks. A pretty simple one for CoolMon 2.0.

I think a version that supports graphics is in the works!