mirror of https://github.com/lcpz/lain.git
Updated cpu (markdown)
This commit is contained in:
parent
104860fce7
commit
1c3be93cd7
2
cpu.md
2
cpu.md
|
@ -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 | "%"
|
||||||
|
|
Loading…
Reference in New Issue