March Desktops

Status
Not open for further replies.

Attachments

  • Stripy.jpg
    Stripy.jpg
    118.8 KB · Views: 126
  • Stripy2.jpg
    Stripy2.jpg
    109.1 KB · Views: 151
Seriously... that German desktop looks like it comes from the future! :D

http://www.keynote2keynote.com/2007/04/10/ultimate-geektool-setup-pimp-your-desktop-part-2/

GeekTool and an hour of your free time make it happen :)

Top left:
Code:
top -ocpu -FR -l2 -n20 | grep '^....[1234567890] ' | grep -v ' 0.0% ..:' | cut -c 1-24,33-42,64-77
Top right:
Code:
netstat | grep "ESTABLISHED"
Right side: (Traffic Ethernet)
Code:
echo "Ethernet:" `((netstat -Ien0 -bn && sleep 4 && netstat -Ien0 -bn) | awk '/Link/ { if (!i) { i=$7; o=$10 } else { i=$7-i; o=$10-o } } END { print int(i/4096)"kB/s\n" int(o/4096)" kB/s" }') || echo "DOWN"`
Right side: (Traffic Airport)
Code:
echo "AirPort :" `((netstat -Ien1 -bn && sleep 4 && netstat -Ien1 -bn) | awk '/Link/ { if (!i) { i=$7; o=$10 } else { i=$7-i; o=$10-o } } END { print int(i/4096)"kB/s\n" int(o/4096)" kB/s" }') || echo "DOWN"`
Right side: (IPs) - bash-file to be found in article above
Code:
bash /Users/nequi/ip.bash
Right side: (iTunes) - also from article above
Code:
osascript /Users/nequi/iTunes.scpt
Right side: (Airport stats) - article ;)
Code:
sh /Users/nequi/airport.sh
Bottom right: (Calendar)
Code:
cal
Bottom: (System stats)
Code:
uname -a
Bottom: (HDD)
Code:
free=`df -m | grep "disk0s2" | awk '{print $4}'`/`df -m | grep "disk0s2" | awk '{print $2}'`
echo "Macintosh HD : $free MB free"
Bottom: (RAM)
Code:
echo `vm_stat | awk 'BEGIN { FS="[ :.]+"; k=1048576} { if ($(NF-2)=="of") p=$(NF-1); else if ($(NF-2)=="free") f=$(NF-1); else if ($(NF-2)=="inactive") n=$(NF-1); } END { print "RAM:", int(n*p/k)"MB inactive / "int(f*p/k)"MB free of" }'` `du -h -I app_profile /private/var/vm | awk '{ print $1 }'`"B"

I hope that is it and I did not mix them up... :)
Just add them to GeekTool as shell boxes...
 
+1 for iStat Menus. I have yet to find a tool that I need on my menubar that iStat doesn't offer. I even prefer iStat's date and time over the standard OSX version.
 
http://www.keynote2keynote.com/2007/04/10/ultimate-geektool-setup-pimp-your-desktop-part-2/

GeekTool and an hour of your free time make it happen :)

....

I hope that is it and I did not mix them up... :)
Just add them to GeekTool as shell boxes...

"free time?" What is this "free time" you speak of? I seem to remember the concept, from back before I somehow came up with the bright idea to go to law school. :(

In any case, I'm using your grass wallpaper as we speak.
 
+1 for iStat Menus. I have yet to find a tool that I need on my menubar that iStat doesn't offer. I even prefer iStat's date and time over the standard OSX version.

+2 istat menus
ya i erased and installed the other day and i was wtf this menu bar is crap without istat
 
Teh new desktops of this month, but, guys, I need your expert opinions! Which one is better:

attachment.php


attachment.php


The pic was taken by a friend of mine who works for the local newspaper as a photographer. It's of me playing at our art festival jazz gig this past weekend :)
 

Attachments

  • Picture 1.png
    Picture 1.png
    1.1 MB · Views: 947
  • Picture 2.png
    Picture 2.png
    1.1 MB · Views: 973
Teh new desktops of this month, but, guys, I need your expert opinions! Which one is better:

.......

The pic was taken by a friend of mine who works for the local newspaper as a photographer. It's of me playing at our art festival jazz gig this past weekend :)

Personally, I think the second image is more interesting and the cropping/composition appear more professionally done. The first one looks more like a candid shot for a scrapbook... IMHO.

Also, I tried to find your previous desktop posting that you referred to a while back about no one commenting on it. I went back several pages but never found it.... sorry :eek:
 
Personally, I think the second image is more interesting and the cropping/composition appear more professionally done. The first one looks more like a candid shot for a scrapbook... IMHO.

Also, I tried to find your previous desktop posting that you referred to a while back about no one commenting on it. I went back several pages but never found it.... sorry :eek:

Yeah, I stumbled upon the close-up by accident by having the pic centred when I set it as my background :p

I believe it is post 364 on page 15 if you're interested in commenting on it. Was quite a ways back :p I don't know how to link to individual posts.

Edit: Man, now I'm bummed 'cause you didn't comment on how beautiful my bass is! :p Just messing
 
In anticipation of my iPod touch, arriving on Wednesday. If anyone wants the wallpaper, let me know.
 

Attachments

  • Picture 1.png
    Picture 1.png
    647 KB · Views: 120
I change mine twice a month so here is my new March desktop.:D
 

Attachments

  • Picture 1.png
    Picture 1.png
    175 KB · Views: 112
Teh new desktops of this month, but, guys, I need your expert opinions! Which one is better:
The pic was taken by a friend of mine who works for the local newspaper as a photographer. It's of me playing at our art festival jazz gig this past weekend :)

i could melt those nubby fingers
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.
Back
Top