Awesome!!!
can you post your scripts, wallpaper and how did you get that border on the left side?
I hope I don't ask too much 🙂
Thank you very much...
I am a NOOB so its not very clean. It is a patch job from many scripts found here.
Date:
cal | sed "s/^/ /;s/$/ /;s/ $(date +%e) / $(date +%e | sed 's/./*/g') /"
Network Info: (For this I used 3 different scripts)
(For the left side)
echo External :; echo Internal :; echo Wireless :; echo "SSID :";
(ipaddresses)
echo `curl -s
http://checkip.dyndns.org/ | sed 's/[a-zA-Z<>/ :]//g'`;/Users/USERNAME/bin/ipaddress;
(for SSID)
airport -I | grep -e '[^[:alnum:]_]SSID[^[:alnum:]_]' | awk '{print $2}'
Drives: ( I know each of my primary network drives I am connecting to)
df -h | grep Filesystem | awk '{print "Drive " , $4," " $6}'
df -h | grep disk0s2 | awk '{print "Mac HD:", " "$4, " " $6}'
df -h | grep Source | awk '{print "Source:", " "$4, " " $6}'
df -h | grep MyData| awk '{print "MyData:", " "$4, " " $6}'
df -h | grep Movies| awk '{print "Movies:", " "$4, " " $6}'
df -h | grep DVD| awk '{print "DVD:", " "$4, " " $6}'
df -h | grep disk1s* | awk '{print $1" ", $4," " $6}'; df -h | grep disk2s* | awk '{print $1" ", $4," " $6}'; df -h | grep disk3s* | awk '{print $1" ", $4," " $6}'; df -h | grep disk4s* | awk '{print $1" ", $4," " $6}'; df -h | grep disk5s* | awk '{print $1" ", $4," " $6}'
iTunes
echo iTunes:
osascript ~/GeekTool/iTunes.scpt
Weather:
echo Your City
curl --silent "http://xml.weather.yahoo.com/forecastrss?p=YOURZIPCODE&u=f" | grep -e "Current Conditions" -A 1 | tail -n 1 | sed -e 's/<BR \/>//' && echo && curl --silent "http://xml.weather.yahoo.com/forecastrss?p=YOURZIPCODE&u=f" | grep -e "Forecast:" -A 2 | tail -n 2 | sed -e 's/<br \/>//' -e 's/<BR \/>//' | sed "s/\(.*\)\.\ \(.*\)/\1\?\2/" | tr "?" "\n" | sed "s/High\:\ \(.*\)\ Low\:\ \(.*\)/\?H\: \1\ L\:\ \2/" | sed "s/\?\(.*\)/\\1/"
Alot of this is pretty ugly. I am a noob to this so I just manipulated what i found mostly in this thread.
Background: (Came from the Bikini Atoll Nuclear Test: 1946 Operation Crossroads on Wikipedia)
http://upload.wikimedia.org/wikipedia/commons/0/09/Operation_Crossroads_Baker_Edit.jpg
As for the Border. I am using GeekTool 3 and I just dragged a blank shell on the desktop and adjusted the height and width. Then I choose a background color of black and set it to 50% opacity. It had to be the first shell dragged on to the desktop though since each script represents a different layer. In Geektool 3 I can't figure out how to move each one up or down in the list like ver 2.