mirror of https://github.com/lcpz/lain.git
Updated temp (markdown)
This commit is contained in:
parent
88626b7bb0
commit
22396b825d
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
|
Variable | Meaning | Type | Default
|
||||||
--- | --- | --- | ---
|
--- | --- | --- | ---
|
||||||
`refresh_timeout` | Refresh timeout seconds | int | 5
|
`timeout` | Refresh timeout seconds | int | 5
|
||||||
`header` | Text to show before value | string | " Temp "
|
`settings` | User settings | function | empty function
|
||||||
`header_color` | Header color | string | `beautiful.fg_normal` or "#FFFFFF"
|
|
||||||
`color` | Value color | string | `beautiful.fg_focus` or "#FFFFFF"
|
`settings` can use the string `coretemp_now`, which means current core temperature, expressed in Celsius (linux standard).
|
||||||
`footer` | Text to show after value | string | "C "
|
|
Loading…
Reference in New Issue