Post your Desktop: April 2016

Simple
Screen Shot 2016-04-13 at 16.47.21.png
 


If you like volume dial check my thread on customization category, or just press the image above and find the link on description.
 
Hello there, long time user of Geektool, but recently, Yahoo weather has shut down, anyone have working weather geek lets???

Here is one I am using:


curl --silent "http://xml.weather.yahoo.com/forecastrss?p=USNM0263&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>//' -e 's/ F/ ° F/' | tail -n1
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.
Back
Top