Here's mine, just started using OSX again after a 6 month hiatus.
Nice! Welcome back! Could I have a link for the wallpaper?
Also, here's mine:
Here's mine, just started using OSX again after a 6 month hiatus.
Nice! Welcome back! Could I have a link for the wallpaper?
You wouldn't be so kind as to link me that fancy wallpaper would you? I really like it.
I find most of my wallpapers on Interfacelift.
wallpaper ?
Nice. Would you share your geeklets for the weather/icon/forecast? Please and thanks!
Here you go, in all their glory. The weather section at the bottom has all the codes for Mount Shasta, CA. You can change those codes by using the resource URL's I've listed along with the tubes of the Googles and other GeekTool resources. The only one I had difficulty with was the Calendar. You have to use fixed width fonts for the spacing to have proper alignment / appearance.
Shell DAY = date +"%A"
font = Helvetica Neue UltraLight 64
Shell MONTH = date "+%B"
font = Helvetica Neue UltraLight 72
Shell DATE = date +”%d” . . . . . . or . . . . . date '+%e' . . . . in order to lose the zero and get single digit dates
font = Helvetica Neue UltraLight 72
Shell DATE = date '+%Y' - 2012 (year with four digits)
font = Helvetica Neue UltraLight 72
Shell TIME = date "+%l:%M:%S"
font = Helvetica Neue UltraLight 124
Shell AM OR PM = date +"%p"
font = Helvetica Neue UltraLight 84
Shell CALENDAR = cal_head=`cal | head -1`; cal_tail=`cal | tail -7`; today=`date "+%e"`; echo "$cal_head"; echo "${cal_tail/${today}/\033[1;36m${today}\033[0m}"
font = Letter Gothic Std Medium 25 <— Fixed Width font required for proper spacing
To HIGHLIGHT the current day, use this script —> cal_head=`cal | head -1`; cal_tail=`cal | tail -7`; today=`date "+%e"`; echo "$cal_head"; echo "${cal_tail/${today}/\033[1;36m${today}\033[0m}"
. . . . . where “36” in [1;36m${today} determines the color.
That 36 is what’s telling GeekTool to give you a Cyan highlight color, and that’s the number you’re going to have to change. You don’t have a lot of options for your highlight color, but here they are:
WEATHER STATEMENTS WITH PROPRIETARY LOCATION CODES FOLLOW
- Black, 30
- Red, 31
- Green, 32
- Yellow, 33
- Blue, 34
- Pink, 35
- Cyan, 36
- White, 37
Shell WEATHER IMAGE GRAB = curl --silent "https://uk.weather.yahoo.com/23424977/california/mount-shasta-2455436/" | grep "current-weather" | sed "s/.*background\:url(\'\(.*\)\') .*/\1/" | xargs curl --silent -o /tmp/weather1.png\
Image WEATHER IMAGE = file://localhost/tmp/weather1.png <—— This GeekTool Image frame pulls the current conditions icon that is grabbed by the curl shell above.
Shell CURRENT CONDITIONS = curl --silent "http://xml.weather.yahoo.com/forecastrss?p=USCA0741&u=f" | grep -E '(Current Conditions:|F<BR)' | sed -e 's/Current Conditions://' -e 's/<br \/>//' -e 's/<b>//' -e 's/<\/b>//' -e 's/<BR \/>//' -e 's/<description>//' -e 's/<\/description>//'
font = Helvetica Neue UltraLight 61
Shell FOUR DAY FORECAST = curl --silent "http://xml.weather.yahoo.com/forecastrss?p=USCA0741&u=f" | grep -E '(High' | sed -e 's/<BR \/>//' -e 's/<b>//' -e 's/<\/b>//' -e 's/<BR \/>//' -e 's/<br \/>//'
font = Helvetica Neue UltraLight 24
URL RESOURCES FOR SPECIFIC LOCATION IMAGES, CODES, AND FORECASTS
Mount Shasta is defined in curl statements with its location tag USCA0741 . . . . . which may be found here ——> http://edg3.co.uk/snippets/weather-location-codes/
http://edg3.co.uk/snippets/weather-location-codes/
https://uk.weather.yahoo.com/23424977/california/mount-shasta-2455436/
http://fr.meteo.yahoo.com/états-unis/californie/mount-shasta-12798172/
http://weather.yahooapis.com/forecastrss?w=12798172
Here you go, in all their glory.
It is beautiful, but . . . . . . . . Sorry. Belongs to a photographer friend . . . . . it's a personal share.You have the wallpaper ?
My secondary screen (can't help it – huge crush obv):
View attachment 603986
I've got a few spaces on my primary screen (13'' rMBP):
View attachment 603989
View attachment 603990
View attachment 603991
View attachment 603992
View attachment 603993