Created
January 2, 2012 00:19
-
-
Save jfarmer/1548762 to your computer and use it in GitHub Desktop.
Get the battery life percentage of your bluetooth mouse on Mac OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ioreg -n "BNBMouseDevice" | grep -i "batterypercent" | sed 's/[^0-9]//g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment