
conky ng
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
leonidas79
9 years ago
Report
rustyacge
9 years ago
and digit conky -c ~/.conky/ng/conkyrc
for temperature and scan host on lan have used cron
for hard disk temperature you need install hddtemp
* * * * * sensors atk0110-acpi-0 > ~/.conky/ng/sensor # JOB_ID_1
*/3 * * * * ~/.conky/ng/nmap.pl eth0 > ~/.conky/ng/net # JOB_ID_2
*/3 * * * * ~/.conky/ng/nmap.pl wlan0 > ~/.conky/ng/net1 # JOB_ID_3
Report