|
NAMEwaybar - temperature moduleDESCRIPTIONThe temperature module displays the current temperature from a thermal zone.CONFIGURATIONAddressed by temperaturethermal-zone:
hwmon-path:
hwmon-path-abs:
input-filename:
critical-threshold:
interval:
format-critical:
format:
format-icons:
tooltip-format:
rotate:
max-length:
min-length: typeof: integer The minimum length in characters the module should take up. align: typeof: float The alignment of the text, where 0 is left-aligned and 1 is right-aligned. If the module is rotated, it will follow the flow of the text. on-click:
on-click-middle:
on-click-right:
on-update:
on-scroll-up:
on-scroll-down:
smooth-scrolling-threshold:
tooltip:
FORMAT REPLACEMENTS{temperatureC}: Temperature in Celsius.{temperatureF}: Temperature in Fahrenheit. {temperatureK}: Temperature in Kelvin. EXAMPLES"temperature": { // "thermal-zone": 2, // "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", // "critical-threshold": 80, // "format-critical": "{temperatureC}°C ", "format": "{temperatureC}°C " } STYLE•#temperature
•#temperature.critical
Visit the GSP FreeBSD Man Page Interface. |