From 0a5a9eee14724f7989b286dd1e8126ea7d863193 Mon Sep 17 00:00:00 2001
From: Luke Bonham <copycat-killer@users.noreply.github.com>
Date: Tue, 14 Jan 2014 00:53:12 -0800
Subject: [PATCH] Updated bat (markdown)

---
 bat.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bat.md b/bat.md
index 82e7a8b..c450dbe 100644
--- a/bat.md
+++ b/bat.md
@@ -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.
\ No newline at end of file
-- 
2.39.5