Updated cpu (markdown)

This commit is contained in:
Luke Bonham 2013-09-08 09:30:21 -07:00 committed by copycat-killer
parent a58f0719f3
commit 6d21ffc4f6
1 changed files with 1 additions and 1 deletions

2
cpu.md
View File

@ -9,7 +9,7 @@ The function takes a table as optional argument, which can contain:
Variable | Meaning | Type | Default Variable | Meaning | Type | Default
--- | --- | --- | --- --- | --- | --- | ---
`refresh_timeout` | Refresh timeout seconds | int | 10 `refresh_timeout` | Refresh timeout seconds | int | 10
`header` | Text to show before value | string | "Cpu" `header` | Text to show before value | string | "Cpu "
`header_color` | Header color | string | `beautiful.fg_normal` or "#FFFFFF" `header_color` | Header color | string | `beautiful.fg_normal` or "#FFFFFF"
`color` | Value color | string | `beautiful.fg_focus` or "#FFFFFF" `color` | Value color | string | `beautiful.fg_focus` or "#FFFFFF"
`footer` | Text to add after value | string | "%" `footer` | Text to add after value | string | "%"