Updated sysload (markdown)

This commit is contained in:
Luke Bonham 2013-09-10 15:00:37 -07:00 committed by copycat-killer
parent 1d70c86346
commit 88626b7bb0
1 changed files with 9 additions and 7 deletions

View File

@ -4,13 +4,15 @@ Show the current system load in a textbox.
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"
`timeout` | Refresh timeout seconds | int | 5
`settings` | User settings | function | empty function
`settings` can use strings `a`, `b` and `c`, which are loadavg over 1, 5, and 15 minutes.
### output
A textbox.