Updated bat (markdown)

This commit is contained in:
Luke Bonham 2014-01-14 00:53:12 -08:00 committed by copycat-killer
parent 9f5b502185
commit 0a5a9eee14
1 changed files with 3 additions and 1 deletions

4
bat.md
View File

@ -13,7 +13,7 @@ Variable | Meaning | Type | Default
--- | --- | --- | ---
`timeout` | Refresh timeout seconds | int | 30
`battery` | Identifier of the battery | string | "BAT0"
`notify` | Enable notifications | boolean | true
`notify` | Enable notifications | string | "on"
`settings` | User settings | function | empty function
`settings` can use the `bat_now` table, which contains the following strings:
@ -23,6 +23,8 @@ Variable | Meaning | Type | Default
- `time`;
- `watt`.
To disable warning notifications, set `notify` to `off`.
### output
A textbox.