X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/022552ba3389c8b617c216e0fa2ded8571353555..cd5dc23194baf0c769e2ee78537529b1815cb083:/cpu.md diff --git a/cpu.md b/cpu.md index ce59a15..8a3d5d8 100644 --- a/cpu.md +++ b/cpu.md @@ -1,4 +1,6 @@ -Shows the average CPU usage percent for a given amount of time. +[<- widgets](https://github.com/copycat-killer/lain/wiki/Widgets) + +Shows in a textbox the average CPU usage percent for a given amount of time. mycpuusage = lain.widgets.cpu() @@ -7,7 +9,7 @@ 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 | " Cpu " +`header` | Text to show before value | string | "Cpu " `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 | "%"