X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/e193d724e991ec0af63d786674e280444b9e289c..0f36234af05bace823e452c077029e858f9c9d5b:/temp.md diff --git a/temp.md b/temp.md index 11a8aa1..f7315b6 100644 --- a/temp.md +++ b/temp.md @@ -1,3 +1,5 @@ +[<- widgets](https://github.com/copycat-killer/lain/wiki/Widgets) + Show the current core temperature in a textbox. Reads from `/sys/class/thermal`, so value is expressed in Celsius. @@ -8,8 +10,7 @@ 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 +`timeout` | Refresh timeout seconds | int | 5 +`settings` | User settings | function | empty function + +`settings` can use the string `coretemp_now`, which means current core temperature, expressed in Celsius (linux standard). \ No newline at end of file