
bluenight
Source (link to git-repo or to original if based on someone elses unmodified work):
Description:
1) You need mbmon http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html
- it shows MB & CPU temp. If my theme do not display those temps. just change this $2 to $1 or $3 in "printf(substr($2,0,length($2)-2))"
in: "CPU info - mbomon"
2) If You have more than 3 mount points You can:
- delete:
text x=10 y=12 value="Total:" align="left" color=0,190,0
text x=10 y=30 value="Used:" align="left" color=0,190,0
text x=10 y=49 value="Free:" align="left" color=0,190,0
- delete:
image x=125 y=385 path="image/net.png"
- move up: "disk usage" Last changelog:
- it shows MB & CPU temp. If my theme do not display those temps. just change this $2 to $1 or $3 in "printf(substr($2,0,length($2)-2))"
in: "CPU info - mbomon"
2) If You have more than 3 mount points You can:
- delete:
text x=10 y=12 value="Total:" align="left" color=0,190,0
text x=10 y=30 value="Used:" align="left" color=0,190,0
text x=10 y=49 value="Free:" align="left" color=0,190,0
- delete:
image x=125 y=385 path="image/net.png"
- move up: "disk usage"
3) Name server IP (/etc/resolv.conf). If this will not show IP just change $1 in:
echo Nameserver '('`cat /etc/resolv.conf | grep nameserver | awk '{if (FNR==2) print $2}'`'
to $1 - this is the line where is nameserver in this file. But if You are using kppp - DO NOT CHAGE THIS !!!
Ratings & Comments
1 Comment
Hi, nice theme, but i thing would be better parsing /proc/net/dev instead of ifconfig for RX/TX bytes and on some sensors u can increase interval. but nice work, go on ;) have a nice day