Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Jamesthatcher

macrumors member
Original poster
Jun 21, 2009
38
0
I can't work out how to use geektool at all, eurgh that's a tongue twister!

i've found a nice clock that i like, this is the command


Days
cal | sed -e '1d' -e '2p;2p;2p;2p' -e '3d' -e '4d' -e '5d' -e '6d' -e '7d'

Numbers
cal | sed -e '1d' -e '2d' -e '2p;2p;2p;2p' | sed -e '$!N;s/\n/ /' -e '$!N;s/\n/ /' -e '$!N;s/\n/ /' -e '$!N;s/\n/ /' | sed "s/^/ /;s/$/ /;s/ $(date +%e) / $(date +%e | sed 's/././g') /

Can anyone help me put this on my desktop.
also i live in the UK will the weather display correctly?

Thanks in advance
 
what sort of effect are you trying to create with the clock?

and what weather info would you like? the way I get weather is to download the RSS feed from bbc.co.uk and extract the info I want

Here's mine:
screenshot20090924at233.png
 
what sort of effect are you trying to create with the clock?

and what weather info would you like? the way I get weather is to download the RSS feed from bbc.co.uk and extract the info I want

Here's mine:


How do i get an RSS feed code?
i cant grasp how to add images, and weather updates.
i 've worked out dates and time :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.