Jump to content
6029 posts in this topic

Recommended Posts

I don't know about bhp, but i want all of them! :D

 

well the desks have weather , uptime , quote of the day , date - day - clock - month , bowtie and coversutra + Black menu bar with cropped red ribbon

 

now lemme know what exact things you need for your setup :)

ok here are all the scripts available on that screenshots , lemme know if you guys need anything else too.

 

uptime :

#!/bin/bash

 

date :

date +%d

 

day :

date +"%A"

 

month :

date +%B

 

time :

date '+%I:%M:%S %p'

 

weather fetch :

curl --silent "http://weather.yahoo.com/india/rajasthan/jaipur-2295401/" | grep "current-weather" | sed "s/.*background\:url(\'\(.*\)\') .*/\1/" | xargs curl --silent -o /tmp/weather.png\

 

weather icon :

file://localhost/tmp/weather.png

 

weather in degree celcius :

curl --silent "http://weather.yahooapis.com/forecastrss?p=INXX0059&u=c" | grep -A1 "yweather:condition" | awk '{ printf $4 $2 }' | sed -e 's/"//g' -e 's/=//g' -e 's/temp//g' -e 's/text/ºC /g'

 

quote of the day :

curl --silent http://feeds.feedburner.com/brainyquote/QUOTEBR | egrep '(description)' | sed -n '3p;' | sed -e 's/<[^>]*>//g'

 

quote of the day(name) :

curl --silent http://feeds.feedburner.com/brainyquote/QUOTEBR | egrep '(title)' | sed -n '3p;' | sed -e 's/<[^>]*>//g' | sed -e 's/^/—/'

  • Like 2
  • 3 weeks later...
  • 2 weeks later...

attachicon.gifScreen Shot 2013-06-17 at 7.41.44 AM.png

 

OS X Mavericks FTW on Haswell

do they give away the waves wallpaper too in the Developer preview ?

 

if they do than please share that wallpaper too which is available on OS X Mavericks page http://www.apple.com/osx/preview/

do they give away the waves wallpaper too in the Developer preview ?

 

if they do than please share that wallpaper too which is available on OS X Mavericks page http://www.apple.com/osx/preview/

Sorry, I am bound by a non-disclosure agreement.

 

There are certain things that I can do and not do

Absolutely

 

I dont want to lose my $99 investment

 

And yes, they have that stock paper in Mavericks.

ohhhh if its a $99 account than i can understand :)

 

BTW if anyone else want that wallpaper here it is(directly from apple website :) ) ::: http://images.apple.com/home/images/osx_hero_2x.jpg

attachicon.gifScreen Shot 2013-04-03 at 9.53.26 AM.png

 

 

And another lady

 

 

 

Without QE/CI running OS X is a waste

Why thank you for taking the time to post your opinion about what is and is not a waste. I personally, have no use for either, and QuickTime videos do work, and nearly on par with that of the host system by the way - but I don't do video editing - I do music editing. And my music editing programs work just fine on the host and on the VM. This is a thread dedicated to showcasing the desktop on peoples machines, not discussing the merits of running OSX in a VM. If you wish to have that debate, I'd be more than happy to - in the appropriate thread.

  • 2 weeks later...
×
×
  • Create New...