|
Project Information
Featured
Downloads
|
Compa is a Gnome Panel Applet that can display the output of any system command on the panel. Installation: 1. Download, gunzip and untar Example: clock, date, RAM/Disk free and current IP's:
Scripts in example: echo "<span font=\"kates\" color=\"#11ff11\">`date +%H:%M`</span>"
echo "<span font=\"gelly\" color=\"#6699ff\">`date +%a`</span>"
echo "<span font=\"gelly\" color=\"#6699ff\">`date +%b\ %d`</span>"
echo "<span font=\"mintsstrong\">RF `free -m | awk '/Mem/ {print $4}'`M</span>"
echo "<span font=\"mintsstrong\">DF `df -h | grep sda3 | cut -d ' ' -f 19`</span>"
echo "<span font=\"mintsmild\" color=\"#461850\">`ifconfig | grep -A 1 eth1 | grep inet | cut -d ' ' -f 12 | cut -d ':' -f 2`</span>"
echo "<span font=\"mintsmild\" color=\"#492950\">`ifconfig | grep -A 1 ppp0 | grep inet | cut -d ' ' -f 12 | cut -d ':' -f 2`</span>"Note: these examples use Artwiz fonts News: |