codler / Battery-Time-Remaining

Show battery time remaining in Mac OS X 10.8+ Mountain Lion and Mavericks
http://yap.nu/battery-time-remaining/
Other
412 stars 72 forks source link

Show alert for critical battery #104

Open yatharth opened 8 years ago

yatharth commented 8 years ago

This PR addresses #103:

Feature Request: Could there be an option to have a pop-up or a dialog box when your battery drops below a certain level?

I wanted to feature enough to hack it together myself right then. ‘Hack’ as I’ve never written Objective C code before; I worked off of this PR.

The alert doesn’t steal keyboard focus. When it is active, the menu bar item can be activated but not interacted with.

yatharth commented 8 years ago

Re localization: I have wrapped my strings in NSLocalizedString (and provided appropriate context), but I have not done anything else. I don’t know if I should have (but maybe I could try if given a pointer?).