Added 'battery_num' which allows you to choose which battery to display by number.

This commit is contained in:
Dylan 2016-02-02 09:09:31 +11:00
parent 645a6a9ddb
commit bb48caec70
3 changed files with 29 additions and 4 deletions

3
1.1.md
View file

@ -96,6 +96,9 @@ the output of birthday.
- Added `battery` which prints the battery usage percentage for each battery<br \>
in your system.
- Added `battery_num` which allows you to choose which battery to display, <br \>
it also takes the value `all` which will print all batteries line by line.
- **NOTE:** This currently only works on Linux, support for other platforms is being<br \>
worked on.