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

ndee88

macrumors newbie
Dec 7, 2009
8
0
My geek tool desktop

picture2eep.jpg


my geek tool desktop
 

Scrbzzz

macrumors member
Nov 21, 2009
36
0
can someone tell me give me the script to the forecast he has?

I cannot seem to find a CPU usage script that works either, any help? I like the one he has on here up in the right corner.
im still pretty new to this so no hate ppl :D. thanks

The code for that cpu is

Code:
top -l 2 | awk '/CPU usage/ && NR > 5 {print "CPU Usage: ", "User = "$3",", "Sys = "$5",", "Idle = "$7}'

And the weather thing isn't geektool its yahoo widgets. http://widgets.yahoo.com/widgets/widescapeweather

Also can anybody test this code and tell me if they can get it to work because I really really want this one

Code:
top -ocpu -FR -l2 -n5 | grep '^....[1234567890] ' | grep -v ' 0.0% ..:' | cut -c 7-24,64-69
 

ndee88

macrumors newbie
Dec 7, 2009
8
0
Cool desktop. Can you share the script to iCal and Events?

(Necessary install iCalbuddy )
The iCalendar:

cal_head=`cal | head -1`; cal_tail=`cal | tail -7`; today=`date "+%e"`; echo "$cal_head"; echo "${cal_tail/${today}/\033[1;32m${today}\033[0m}";

The events:

/usr/local/bin/icalBuddy -nc -nrd -sd eventsToday+4 | sed -e "s/*/•/" | sed -e "s/!/!!/"

Todo:

/usr/local/bin/icalBuddy -nc uncompletedTasks | sed -e "s/*/•/" | sed -e "s/!/!!/"

and the background:

bambooh.jpg


the events & todo font type: STheiti
and here is the .psd(Photoshop format) for change background :)

http://www32.zippyshare.com/v/53609212/file.html
 

Kebi

macrumors newbie
Sep 16, 2009
6
0
Thanks, look nice...
But the events script does not work right for me because I have ordered web calendars and they appear like EVENT.HERE url http:http://www.plaahplaah.com

Any ideas how to remote that web address?

EDIT: And can I some how edit the number of days shown? Now it shows 5 days and the list is quite big
 

ndee88

macrumors newbie
Dec 7, 2009
8
0
You have iCalbuddy?

Thanks, look nice...
But the events script does not work right for me because I have ordered web calendars and they appear like EVENT.HERE url http:http://www.plaahplaah.com

Any ideas how to remote that web address?

EDIT: And can I some how edit the number of days shown? Now it shows 5 days and the list is quite big
 

ndee88

macrumors newbie
Dec 7, 2009
8
0
here "eventsToday+4" +4 +3 +2 +1

Thanks, look nice...
But the events script does not work right for me because I have ordered web calendars and they appear like EVENT.HERE url http:http://www.plaahplaah.com

Any ideas how to remote that web address?

EDIT: And can I some how edit the number of days shown? Now it shows 5 days and the list is quite big
 

RogersDA

macrumors 6502
Aug 19, 2009
271
0
My background keeps changing, but I think I am done (for now) with adding more scripts.

I kept adding and removing RSS feeds, CPU info, Net traffic, but I was not really needing those too much.

Click for larger:
 

Kebi

macrumors newbie
Sep 16, 2009
6
0
I don't no.sry
Do you have idea is it possible to set it up showing just one calendar not all of them?

My background keeps changing, but I think I am done (for now) with adding more scripts.

I kept adding and removing RSS feeds, CPU info, Net traffic, but I was not really needing those too much.
Do that mail script work without Mail app open?
 

DEE9299

macrumors 6502a
Oct 3, 2009
573
0
Boston Mass.
Someone help me I have downloaded geektool 3 I would like to see my mail and date and time and calender on my main screen what do i need to input for that to work and on geektool do I input it in the flie tab , image tab or the shell tab
 

astroot

macrumors regular
Nov 12, 2009
120
0
Someone help me I have downloaded geektool 3 I would like to see my mail and date and time and calender on my main screen what do i need to input for that to work and on geektool do I input it in the flie tab , image tab or the shell tab

When you open up the Preferences pane, you'll see File, Image, and Shell. For a calendar, for example, click on the "Shell" icon and drag it to your desktop. You'll see a window pop up there. Find one of the commands from this thread and paste it in the command area. Change the font to how you wish, although for a calendar you'll want a fixed width font. Set the refresh rate to once per day (86,400 seconds in a day) since you don't need to refresh it more than that.

Give that little geeklet a name, like Calendar or whatever. Then you're done with that one. Repeat for other scripts.
 

DEE9299

macrumors 6502a
Oct 3, 2009
573
0
Boston Mass.
When you open up the Preferences pane, you'll see File, Image, and Shell. For a calendar, for example, click on the "Shell" icon and drag it to your desktop. You'll see a window pop up there. Find one of the commands from this thread and paste it in the command area. Change the font to how you wish, although for a calendar you'll want a fixed width font. Set the refresh rate to once per day (86,400 seconds in a day) since you don't need to refresh it more than that.

Give that little geeklet a name, like Calendar or whatever. Then you're done with that one. Repeat for other scripts.

Thanks for the help
 

DEE9299

macrumors 6502a
Oct 3, 2009
573
0
Boston Mass.
all I can seem to find for mail is googlemail..I use hotmail is there a way to get hotmail to show up on my front page using geektool
 

Wowzera

macrumors 6502a
Oct 14, 2008
857
28
Brazil
Create the shell with the following command:

Code:
echo TIME

Format it (size, color, font) as you want.

Set the refresh rate very, very high, too.

So, is it two windows? I'm trying to put them all in one single shell window, but I am not having success. I already tried with echo, but it does not look to work properly.

that was my code

Code:
echo time; date +%H%M
 

RogersDA

macrumors 6502
Aug 19, 2009
271
0
So, is it two windows? I'm trying to put them all in one single shell window, but I am not having success. I already tried with echo, but it does not look to work properly.

that was my code

Code:
echo time; date +%H%M
Based on the image you posted that person probably used two shell windows: one for the echo and one for the date. Fonts are the same, but the sizes are different. The echo shell was also moved to its current location, too, I'm sure.
Here is my quick take:
735006002_RV2WF-S.jpg


735004109_iXFRv-M.jpg
 

DEE9299

macrumors 6502a
Oct 3, 2009
573
0
Boston Mass.
My background keeps changing, but I think I am done (for now) with adding more scripts.

I kept adding and removing RSS feeds, CPU info, Net traffic, but I was not really needing those too much.

Click for larger:

could you post your script for the calender and date and time also do you know how i can get my hotmail email to show up on the screen like you did?
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.