You'll have to enter a setup string here. There are several special "tokens" that are replaced by specific values.
Currently valid replacement values are:
%T<n> Replaced by temperature value in Celsius of sensor n (0-9)
%TF<n> Replaced by temperature value in Fahrenheit of sensor n (0-9)
%F<n> Replaced by fan value of sensor n (0-9)
%V<n> Replaced by voltage value of sensor n (0-9)
If a sensor is not supported the value will be shown as "[ERR]"
Example: "Temperature %T0 øC and Fan %F2 RPM"
Sample output: "Temperature 30.00 øC and Fan 4818 RPM"