Added 'battery_num' which allows you to choose which battery to display by number.
This commit is contained in:
parent
645a6a9ddb
commit
bb48caec70
3 changed files with 29 additions and 4 deletions
|
|
@ -115,6 +115,14 @@ gtk2="on"
|
|||
gtk3="on"
|
||||
|
||||
|
||||
# Battery
|
||||
|
||||
# Which battery to display.
|
||||
# By default we display all batteries.
|
||||
# --battery_num all, 0, 1, 2, etc
|
||||
battery_num="all"
|
||||
|
||||
|
||||
# Birthday
|
||||
|
||||
# Whether to show a long pretty output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue