X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/97bbc2021d7c4fb51a167e9752cc1477e2ed4156..f5bab9a7c7ef3ab37fd996e225a0e6691e7da0c5:/sysload.md?ds=sidebyside

diff --git a/sysload.md b/sysload.md
index 65b5eec..3e53881 100644
--- a/sysload.md
+++ b/sysload.md
@@ -1,16 +1,18 @@
 [<- widgets](https://github.com/copycat-killer/lain/wiki/Widgets)
 
-Show the current system load in a textbox.
+Shows the current system load.
 
 	mysysload = lain.widgets.sysload()
 
-The function takes a table as optional argument, which can contain:
+### input table
 
 Variable | Meaning | Type | Default
 --- | --- | --- | ---
-`show_all` | Show all the three values (true), or only the first one (false) | boolean | false
-`refresh_timeout` | Refresh timeout seconds | int | 5
-`header` | Text to show before value | string | " Load "
-`header_color` | Header color | string | `beautiful.fg_normal` or "#FFFFFF"
-`color` | Value color | string | `beautiful.fg_focus` or "#FFFFFF"
-`app` | Proc program to spawn on click | string | "top"
\ No newline at end of file
+`timeout` | Refresh timeout seconds | int | 5
+`settings` | User settings | function | empty function
+
+`settings` can use strings `load_1`, `load_5` and `load_15`, which are loadavg over 1, 5, and 15 minutes.
+
+### output
+
+A textbox.
\ No newline at end of file