CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/12/12 10:09:47
Modified files:
x11/polybar : Makefile
x11/polybar/patches: patch-src_modules_temperature_cpp
Log message:
rework the temperature plugin to remove hardcoded assumptions
previously it hardcoded acpitz as the sensor device to query, however some
devices
(such as the thinkpad X395) lack this particular device. instead use the
hwmon-path
configuration directive as the device (e.g. ksmn0) and use thermal-zone as the
temperature sensor index (e.g. temp0)