deviant art





Login
Join deviantART for FREE Take the Tour Lost Password?
Deviant Login
Shop
 Join deviantART for FREE Take the Tour
[x]

More from ~XLooo

Featured in Groups:

Details

April 29, 2011
755 KB
1440×900
Link
Thumb

Statistics

Comments: 6
Favourites: 34 [who?]
Views: 4,942 (10 today)
Downloads: 178 (0 today)
[x]
:iconxlooo:
See the Black OS X Desktop Dragthing version here ;)

If you have any question about how to make the same desktop...
Do not hesitate.

Wallpaper and Google Widget : Minimal Desktop

Black Menu Bar : Nocturne

Just invert Menu Bar

Bowtie : Tabbed Bowtie

Icons : The Kobhens Iconset

I changed them with CandyBar

Remove your dock's background : Mirage 1.0.1

iTunes : Silent Night iTunes 10

Geektools : many geeklets found here

First, download geektool from Here and install it.

Then, Apple menu>System Preferences>GeekTool.

Central quotation geeklet :
Create a new console geeklet
Style : Helvetica Italic, 36, white.
Refresh time : 3600 seconds.
Command : (remove the blanks in the url address of brainyquote)

curl --silent http : // www .brainyquote. com | egrep '(span class="body")|(span class="bodybold")' | sed -n '6p; 7p; ' | sed ' s/<[a-z0-9=."/ ]*>//g'


Bottom right time geeklet :
Create a new console geeklet
Style : Century Gothic Bold, 36, white.
Refresh time : 1 seconds.
Command :

date +%H:%M


Bottom right date geeklet :
Create a new console geeklet
Style : Century Gothic Bold, 18, white.
Refresh time : 300 seconds.
Command :

For the day (29 here) :
date +"%d"

For the month (april here) :
date +"%B"


Top right GMail and Battery images :
Create two Image Geeklets with those two .png icons I found on Google or whatever you want.


Number of unread mails :
Create a new console geeklet
Style : Century Gothic Bold, 24, white.
Refresh time : 30 seconds.
Command : (replace username and password with yours, and remove the blanks in the url address)

curl --silent https: // username : password @ mail. google. com/mail/feed/atom/ | awk '/<fullcount>/{print}' | grep -o "[0-9]\+"


Battery percentage :
Create a new console geeklet
Style : Century Gothic Bold, 24, white.
Refresh time : 60 seconds.
Command :

my_ac_adapt=`ioreg -w0 -l | grep ExternalConnected | awk '{print $5}'`
cur_power=`ioreg -w0 -l | grep CurrentCapacity | awk '{print $5}'`
max_power=`ioreg -w0 -l | grep MaxCapacity | awk '{print $5}'`
bat_percent=`echo "scale=2;$cur_power / $max_power" | bc`
bat_percent=`echo "$bat_percent * 100" | bc | sed 's/.00//'`
cyc_count=`ioreg -w0 -l | grep "Cycle Count" | awk 'BEGIN { FS = "=" } ; {print $8}' | awk 'BEGIN { FS = "}" } ; {print $1}'`

echo "$bat_percent"


Display unread mails :
Create a new console geeklet
Style : Century Gothic Bold, 13, white.
Refresh time : 30 seconds.
Command : (replace username and password with yours, and remove the blanks in the url adress)

curl -u username @ gmail. com: password --silent "https:// mail . google . com /mail/feed/atom" | grep -a "title" | grep -v 'Gmail - Inbox for' | sed -e "s/\<title>//g" | sed -e :a -e 's/<[^>]*>//g;/</N;//ba'


Bottom left song meter :
See iTunes Song Meter
Font : Andale Mono, 28.
Refresh time : 2 seconds.

Top left Weather Geeklet :

See Weather icon and info yahoo weather

Bottom right indicators
See nml GeekTool Indicators.
:icon:
Add a Comment:
 
:iconmhauben:
Hello. This is great! I cannot drag the google widget to my desktop though. How are you exiting the dashboard? I have tried to leave the click held on the widget, and then swipe to exit dashboard, but that doesnt work
Reply
:iconnames06:
I was wondering what Font you are using for the Weather Geeklet?
Reply
:iconjgtuba:
~JGTuba Aug 30, 2011  Student Filmographer
I am having issues trying to get this installed and working right. Is there a way you can do a walkthrough? or maybe a walkthrough video?
Reply
:iconmorecos:
Lindo desk parabéns!!!
O dock faz parte do wall ou é a parte?
Obrigada!
Reply
:iconcareaga:
Genial, gracias por compartir
Reply
:icon:
Add a Comment: