Jump to content

fluid | fixed

Amit Meena

Amit Meena

Member Since 27 Jan 2009
Offline Last Active May 07 2013 07:25 PM
*****

In Topic: Show Your OS X Desktop!

04 May 2013 - 11:25 PM

one more , please share your views about them and give me some suggestions to make them better.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Posted Image

In Topic: Show Your OS X Desktop!

04 May 2013 - 05:31 PM

View Postbh2, on 04 May 2013 - 05:29 PM, said:

Hey! Thanks Amit.... I'd lost my weather icon

no problem mate, i hope to see a nice deskie soon ;)

In Topic: Triple boot help

03 May 2013 - 09:32 PM

View Postrulet, on 03 May 2013 - 08:38 PM, said:

Again, why exactly 500GB and not 100GB or 300 GB or 800Gb? Why ssd and not hdd(do you mean another separate drive where is chameleon installed, well I don't have any ssd drive)? That is strange. What a difference? I just don't get it.
And what do you mean installing grub to / partition -- f.e. for a hard drive(/dev/sda or /dev/sdc or /dev/sdc) or on a root partition where Linux system is installed(/dev/sda1 or /dev/sdb1 or /dev/sdc1)? And what type of grub do you mean -- grub-bios or grub-uefi?

they were replying to my first post for the SSD and 500 GB as i was the thread starter, so don't take it as a must condition we can use whatever size HDD we want to use.

P.S. : i haven't got a chance to test it guys as i have exams going and they'll take some time to finish :(

In Topic: Show Your OS X Desktop!

03 May 2013 - 09:35 AM

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/^/—/'

In Topic: Show Your OS X Desktop!

03 May 2013 - 02:00 AM

View Posttheconnactic, on 02 May 2013 - 08:16 PM, said:

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 :)

© 2013 InsanelyMac  |   News  |   Forum  |   Downloads  |   OSx86 Wiki  |   Mac Netbook  |   Web hosting by CatN  |   Designed by Ed Gain  |   Logo by irfan  |   Privacy Policy