Description: Tiny_mon is a very small and powerfull system monitor (with info about: system, times, battery, cpu usage and frequency, memory usage, ip addresses, eth0 and eth1, partitions usage, process cpu usage). Very small with a lots of informations .
v1.1 - fixed showing total download and upload v1.2 - fixed gateway address ( thanks rusmadtux ) - added small background
Hallo!
Gateway in this karamba is not default gateway of system.
cat /etc/resolv.conf |grep 'nameserver' | sort -r | awk '{print NR,$0 }' |grep '1 '| awk '{print $3}'
This is a first DNS server from /etc/resolv.conf
netstat -nr | grep ^0 | awk '{print $2}'
This is a default gateway os you system
Hi darthkmat (KmaT) ,there shouldn't be any problem with using a background, I've just never tried to set it :). For me this monitor looks better without background.
But if you want to use some background I suggest this:
- put this line:
image x=0 y=0 path="your_background.png"
in tiny_mon.theme file, for eg. after line:
defaultfont color=255,255,255 fontsize=8 font="Bitstream Vera Sans" bgcolor=0,0,0
But remember, your background must be a *.png file and should have max size 200x480 pixels.
Ratings & Comments
4 Comments
Hallo! Gateway in this karamba is not default gateway of system. cat /etc/resolv.conf |grep 'nameserver' | sort -r | awk '{print NR,$0 }' |grep '1 '| awk '{print $3}' This is a first DNS server from /etc/resolv.conf netstat -nr | grep ^0 | awk '{print $2}' This is a default gateway os you system
Nice job man, ty for sharing. There's any way to set a transparent background for this application? cheers KmaT
Hi darthkmat (KmaT) ,there shouldn't be any problem with using a background, I've just never tried to set it :). For me this monitor looks better without background. But if you want to use some background I suggest this: - put this line: image x=0 y=0 path="your_background.png" in tiny_mon.theme file, for eg. after line: defaultfont color=255,255,255 fontsize=8 font="Bitstream Vera Sans" bgcolor=0,0,0 But remember, your background must be a *.png file and should have max size 200x480 pixels.
ty works like a charm :) great job man KmaT