X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/9f2ae8e9f97d7b385af4f4356ea59de768ea59a9..c0ce11202cad1ea905765e6af7fa491b4d8274c7:/bat.md?ds=sidebyside

diff --git a/bat.md b/bat.md
index 04c80dd..50c14e8 100644
--- a/bat.md
+++ b/bat.md
@@ -15,7 +15,12 @@ Variable | Meaning | Type | Default
 `battery` | Identifier of the battery | string | "BAT0"
 `settings` | User settings | function | empty function
 
-`settings` can be fed with `bat_now` table, which contains the following strings: `status`, `perc`, `time`, `watt`.
+`settings` can use the `bat_now` table, which contains the following strings:
+
+- `status` ("Not present", "Charging", "Discharging");
+- `perc`;
+- `time`;
+- `watt`.
 
 ### output