
Smart system monitor
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
15 years ago
0.6 Added time, user and oter partitions info.
0.4 Added xmms module.
Chrisbo
13 years ago
I've got a Dell Inspiron 8600 laptop, and after running SSM, I don't get temperature information. I can get this info with GKrellM, so it's there. Any suggestions on how to change the .theme file to get the temperature data?
Thanks,
Chrisbo
Report
isaiah53
15 years ago
Report
isaiah53
15 years ago
# HDD INFO ########################
x=420 y=18
image path="bg.png" x=10 y=0
bar x=10 y=0 w=200 h=12 color=20,20,20 sensor=disk format="%u" interval=20000 path="bg.png"
text x=20 y=0 sensor=disk format="root: %u used of %t MB" color=20,20,20 fontsize=10 font="nimbus sans l"
x=420 y=33
image path="bg.png" x=10 y=0
bar x=10 y=0 w=200 h=12 color=20,20,20 sensor=disk mountpoint="/home" format="%u" interval=20000 path="bg.png"
text x=20 y=0 sensor=disk mountpoint="/home" format="home: %u used of %t MB" color=20,20,20 fontsize=10 font="nimbus sans l"
# Uptime ########################
x=215 y=33
image path="bg.png" x=10 y=0
bar x=10 y=0 w=200 h=12 color=20,20,20 sensor=uptime format="%dd %H:%M"interval=1000 path="bg.png"
text x=20 y=0 sensor=uptime format="Uptime: %dd %H:%M" color=20,20,20 fontsize=10 font="nimbus sans l"
# Time ########################
x=10 y=33
image path="bg.png" x=10 y=0
bar x=10 y=0 w=200 h=12 color=20,20,20 sensor=time format="dd, MMM yyyy" path="bg.png"
text x=20 y=0 sensor=time format="Date: dd, MMM yyyy" color=20,20,20 fontsize=10 font="nimbus sans l"
Report