Show the estimated battery time remaining on top of your screen in Mac OS X 10.8 Mountain Lion.
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.
Two options:
- Download latest version, unzip and run the App
- Download the source here from Github and compile it with XCode
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.
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!
- codler / Han Lin Yap: created the first version of the app
- mac-cain13 / Mathijs Kadijk: made some improvements
2012-08-25 - v1.5.1 - diff
- Added French language (guillaume-algis #16)
- Added German language (Velines #18)
- Improved battery icon by adding white drop shadow (guillaume-algis #16 #5)
- Fix a bug on battery icon in retina display (codler #13)
- Fix a bug not showing batteryCharged icon (codler)
2012-08-19 - v1.5 - diff
- Added language support (mac-cain13 #9)
- Added Dutch language (mac-cain13 #9 #10)
- Added Swedish language (codler)
- Added advanced mode section (codler)
- Show battery temperature (advanced mode) (codler)
- Show power usage (advanced mode) (codler)
- Show battery cycle count (advanced mode) (codler)
- Show battery in mAh (advanced mode) (codler)
- Improved battery icon (codler #8)
- Improved app icon (codler #11)
- Code improvements (codler)
- Smaller text in menubar (codler #12)
2012-08-15 - v1.4 - diff
- App sandbox (codler)
- Rewrote start at login (codler #4)
- Improved battery icon (codler)
- Improved notification (codler)
2012-08-12 - v1.3 - diff
2012-08-09 - v1.2.1 (signed app) - diff
2012-08-08 - v1.2 (signed app) - diff
2012-08-06 - v1.1.1 (unsigned app) - diff
- Added app icon (mac-cain13 #2)
- Improved battery icon (mac-cain13 #2)
- Removed MainMenu.xib (codler)
2012-08-05 - v1.1 (unsigned app) - diff
- Added battery icon (mac-cain13 #1)
- Added start at login option (mac-cain13 #1)
- Added readme (mac-cain13 #1)
- Improved battery icon (codler)
- Improved time remaining text (mac-cain13 #1)
2012-08-01 - v1.0 (unsigned app)
- First commit. (codler)