tmux-plugins / tmux-battery

Plug and play battery percentage and icon indicator for Tmux.
MIT License
503 stars 98 forks source link

Fixed charged percentage and remaining time. #32

Closed martinbeentjes closed 8 years ago

martinbeentjes commented 8 years ago

The awk command was not correct. At both occurrences, I saw that the element before the actual needed value was retrieved. Fixed it by changing both values.

This fix was needed for my macOS Sierra version 10.12 Beta (16A313a).

jutkko commented 8 years ago

I don't think this will work on os versions other than sierra.

martinbeentjes commented 8 years ago

As @jutkko mentioned above, this will not work on versions older than Sierra. Therefore, I opened #35 which uses a regular expression to fix this issue.