What font and size are you using for your adium contacts? Thanks
The contact theme is Pretty Simple. The font is Helvetica Neue Light 15.
What font and size are you using for your adium contacts? Thanks
I stupidly deleted it and don't have a link.
I'd like it back myself.
It was from DeviantArt and was part of a set. The wallpaper is called "DANW" if you could track it down?
That is a awesome looking geek tool script you got there, mind sharing it?
date "+%l:%M %p"
date "+%d"
date "+%B" | tr '[a-z]' '[A-Z]'
date "+%A" | tr '[a-z]' '[A-Z]'
osascript /Users/....../Scripts/iTunesInfo.scpt
tell application "System Events"
set powerCheck to ((application processes whose (name is equal to "iTunes")) count)
if powerCheck = 0 then
return ""
end if
end tell
tell application "iTunes"
try
set playerstate to (get player state)
end try
if playerstate = paused then
set trackPaused to " (paused)"
else
set trackPaused to ""
end if
if playerstate = stopped then
return "Stopped"
end if
set trackID to the current track
set trackName to the name of trackID
set theStream to the current stream title as text
if theStream is not "missing value" then
set totalData to "Stream : " & trackName & trackPaused & "
Title : " & theStream
else
set artistName to the artist of trackID
set albumName to the album of trackID
set totalData to trackName & trackPaused
end if
return totalData
end tell
osascript /Users/...../Scripts/iTunesInfo2.scpt
tell application "System Events"
set powerCheck to ((application processes whose (name is equal to "iTunes")) count)
if powerCheck = 0 then
return ""
end if
end tell
tell application "iTunes"
try
set playerstate to (get player state)
end try
if playerstate = paused then
set trackPaused to " (paused)"
else
set trackPaused to ""
end if
if playerstate = stopped then
return "Stopped"
end if
set trackID to the current track
set trackName to the name of trackID
set theStream to the current stream title as text
if theStream is not "missing value" then
set totalData to "Stream : " & trackName & trackPaused & "
Title : " & theStream
else
set artistName to the artist of trackID
set albumName to the album of trackID
set totalData to artistName & "
" & albumName
end if
return totalData
end tell
lynx -dump http://printer.wunderground.com/cgi-bin/findweather/getForecast?query=42.937%2C-81.241|awk '/Temp/{printf $2, ": "; for (i=3; i<=3; i++) printf $i " " }'
lynx -dump http://printer.wunderground.com/cgi-bin/findweather/getForecast?quelynx -dump http://printer.wunderground.com/cgi-bin/findweather/getForecast?query=42.937%2C-81.241|awk '/Cond/ && !/Fore/ {for (i=2; i<=10; i++) printf $i " " }'
echo ""`uptime | awk '{print "" $3 " " $7 " "$8 " "$9 }' | sed -e 's/.$//g';`
top -l 2 | awk '/CPU usage/ && NR > 5 {print $12, $13}'
top -l 1 | awk '/PhysMem/ {print "Used: " $8 " Free: " $10}'
df -h | grep disk0s2 | awk '{print "Free:", $4, ""}'
df -h | grep disk0s2 | awk '{print "Used:", $2, ""}'
Why not, new month.
2009 Mac Pro full of drives.![]()
Here you go, i've spend some time playing around with it, setting it up to look the way i want, adding the System Profile text in as well as other Bold text to make it look more fancy.
Here's mine!
Long time thread-follower, first time poster....
Here's mine