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.

Karlov

macrumors member
Mar 18, 2012
43
0
Battery:
Code:
#!/bin/bash

asbreg=`ioreg -rc "AppleSmartBattery"`

maxcap=`echo "${asbreg}" | awk '/MaxCapacity/{print $3}'`;
curcap=`echo "${asbreg}" | awk '/CurrentCapacity/{print $3}'`;

prcnt=`echo "scale=2; 100*$curcap/$maxcap" | bc`;

printf "%1.0f%%" ${prcnt};

#EOF
Thank you. It is AppleScript?

You has a manual step by step?
 

phantomsauce

macrumors member
Jun 24, 2011
36
0
Screen%20Shot%202012-04-01%20at%205.11.38%20PM.png
 

ECUSnare

macrumors regular
Sep 19, 2011
130
23
Just learned how to use GeekTool and I snagged the wallpaper from my church website (love how the colors look)
 

Attachments

  • Screen Shot 2012-04-04 at 10.48.32 PM.png
    Screen Shot 2012-04-04 at 10.48.32 PM.png
    1.4 MB · Views: 138

ONG

macrumors newbie
Nov 3, 2011
13
0
April
 

Attachments

  • Ekran Resmi 2012-04-06 04.40.26.jpg
    Ekran Resmi 2012-04-06 04.40.26.jpg
    655.8 KB · Views: 128

Mr. Retrofire

macrumors 603
Mar 2, 2010
5,064
519
www.emiliana.cl/en

Warhawk15

macrumors regular
Feb 1, 2012
208
10
Hey I was wondering how you got those reminders on there? Can you tell me which geekbench program you are using? Are you using a reminder app?

I just made a text file thru Textedit, put it in my Dropbox folder, then added "Shell" from the Geektool menu and put this in the "Command" text line "cat ~/Dropbox/todo.txt". It was homework.txt before, but I finished this semester up, so you can name it whatever you want.

Might as well add my current desktop, which I have been using for a while now.
 

Attachments

  • Screen Shot 2012-05-20 at 6.49.36 PM.png
    Screen Shot 2012-05-20 at 6.49.36 PM.png
    1.8 MB · Views: 95
Last edited:
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.