From: Luke Bonham Date: Sat, 7 Sep 2013 12:07:01 +0000 (-0700) Subject: Created temp (markdown) X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/a33ec3d1dad5b724d2b86821e7517ae684286564?ds=sidebyside Created temp (markdown) --- diff --git a/temp.md b/temp.md new file mode 100644 index 0000000..60d03e2 --- /dev/null +++ b/temp.md @@ -0,0 +1,13 @@ +Show the current core temperature in a textbox. Reads from `/sys/class/thermal`, so value is expressed in Celsius. + + mytemp = lain.widgets.temp() + +The function takes a table as optional argument, which can contain: + +Variable | Meaning | Type | Default +--- | --- | --- | --- +`refresh_timeout` | Refresh timeout seconds | int | 5 +`header` | Text to show before value | string | " Temp " +`header_color` | Header color | string | `beautiful.fg_normal` or "#FFFFFF" +`color` | Value color | string | `beautiful.fg_focus` or "#FFFFFF" +`footer` | Text to show after value | string | "C " \ No newline at end of file