Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 3.23 KB

Readme.md

File metadata and controls

66 lines (42 loc) · 3.23 KB

Battery Time Remaining

Show the estimated battery time remaining on top of your screen in Mac OS X 10.8 Mountain Lion.

Why does this project exists?

Apple removed the option to show the battery time remaining in the statusbar since the Mountain Lion release. This App will do exactly that, show the battery time remaining on top of your screen.

How do I install it?

Two options:

  • Download latest version, unzip and run the App
  • Download the source here from Github and compile it with XCode

Is it accurate?

The App shows the exact same time as you will see when you click the battery icon. The time is provided by Mac OS X itself and as accurate as you can get.

How do I contribute?

Fork this project, make some changes and submit a pull request. Check the issues tab for inspiration on what to fix. Please make sure you're fork is the latest development version!

If you find any issues or have a feature request please contribute by submitting an issue here on Github!

Who did make this app?

Change log

2012-08-09 - v1.2.1 (signed app) - diff

  • Added notifications (codler)
  • Added open energy saver preferences option (codler)

2012-08-08 - v1.2 (signed app) - diff

  • From now on the app will always be signed. (codler #3)
  • Added higher resolution app icon (codler)

2012-08-06 - v1.1.1 (unsigned app) - diff

2012-08-05 - v1.1 (unsigned app) - diff

2012-08-01 - v1.0 (unsigned app)