Created sysload (markdown)

This commit is contained in:
Luke Bonham 2013-09-07 05:03:04 -07:00
parent a4b6e75ba3
commit 296e0172a4
1 changed files with 14 additions and 0 deletions

14
sysload.md Normal file
View File

@ -0,0 +1,14 @@
Show the current system load in a textbox.
mysysload = lain.widgets.systemload()
The function takes a table as optional argument, which can contain:
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"