mirror of https://github.com/lcpz/lain.git
Updated temp (markdown)
This commit is contained in:
parent
8c08dcd844
commit
bc2e09d6d9
9
temp.md
9
temp.md
|
@ -10,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 "
|
||||
`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).
|
Loading…
Reference in New Issue