waybar-temperature(5) File Formats Manual waybar-temperature(5) (NAME) waybar - (temperature) (DESCRIPTION) temperature (thermal zone) . (CONFIGURATION) temperature thermal-zone: : (integer) /sys/class/thermal/. hwmon-path: : (string) /sys/class/hwmon/hwmon2/temp1_input /sys/class/thermal/. . waybar . . hwmon-path-abs: : (string) hwmon /sys/devices/pci0000:00/0000:00:18.3/hwmon. ( hwmon/hwmon# # !) input-filename . hwmon-path . input-filename: : (string) hwmon-path-abs temp1_input warning-threshold: : (integer) ( ). critical-threshold: : (integer) ( ). interval: : (integer or float) : 10 (poll) . format-warning: : (string) . format-critical: : (string) . format: : (string) : {temperatureC}C (//). format-icons: : (array) () critical-threshold . low () high () . tooltip-format: : (string) : {temperatureC}C (tooltip) rotate: : (integer) ( ). max-length: : (integer) . min-length: : (integer) . align: : (float) 0 1 . . justify: : (string) 'left' 'right' 'center' . on-click: : (string) . on-click-middle: : (string) ( ) . on-click-right: : (string) . on-update: : (string) . on-scroll-up: : (string) . on-scroll-down: : (string) . smooth-scrolling-threshold: : (double) . tooltip: : (bool) : true . menu: : (string) . menu-file: : (string) . GtkMenu menu menu-actions: : (array) . expand: : (bool) : false . (FORMAT REPLACEMENTS) {temperatureC}: . {temperatureF}: . {temperatureK}: . (EXAMPLES) "temperature": { // "thermal-zone": 2, // "hwmon-path": ["/sys/class/hwmon/hwmon2/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], // "critical-threshold": 80, // "format-critical": "{temperatureC}C ", "format": "{temperatureC}C " } (STYLE) o #temperature o #temperature.warning o #temperature.critical 2026-08-31 waybar-temperature(5)