Updated cpu (markdown)

This commit is contained in:
Luke Bonham 2013-09-10 13:42:18 -07:00 committed by copycat-killer
parent 558efea651
commit a05ff1d75a
1 changed files with 6 additions and 7 deletions

13
cpu.md
View File

@ -4,14 +4,13 @@ Shows in a textbox the average CPU usage percent for a given amount of time.
mycpuusage = lain.widgets.cpu() mycpuusage = lain.widgets.cpu()
The function takes a table as optional argument, which can contain: ### input table
Variable | Meaning | Type | Default Variable | Meaning | Type | Default
--- | --- | --- | --- --- | --- | --- | ---
`refresh_timeout` | Refresh timeout seconds | int | 10 `timeout` | Refresh timeout seconds | int | 10
`header` | Text to show before value | string | " Cpu " `settings` | User settings | function | empty function
`header_color` | Header color | string | `beautiful.fg_normal` or "#FFFFFF"
`color` | Value color | string | `beautiful.fg_focus` or "#FFFFFF"
`footer` | Text to add after value | string | "% "
**Note**: `footer` color is `color`. ### output
A textbox.