Created cpu (markdown)
This commit is contained in:
parent
c1d7ccacb1
commit
d866043cd7
1 changed files with 15 additions and 0 deletions
15
cpu.md
Normal file
15
cpu.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
Shows the average CPU usage percent for a given amount of time.
|
||||||
|
|
||||||
|
mycpuusage = lain.widgets.cpu()
|
||||||
|
|
||||||
|
The function takes a table as optional argument, which can contain:
|
||||||
|
|
||||||
|
Variable | Meaning | Type | Default
|
||||||
|
--- | --- | --- | ---
|
||||||
|
`refresh_timeout` | Refresh timeout seconds | int | 10
|
||||||
|
`header` | Text to show before value | string | " Vol "
|
||||||
|
`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`.
|
Loading…
Add table
Reference in a new issue