feat(waybar): use static path for temperature plugin.

This commit is contained in:
CronyAkatsuki 2025-12-02 18:12:23 +01:00
parent 38ddce150b
commit ec3301e7a4

View file

@ -214,7 +214,8 @@
}; };
temperature = { temperature = {
critical-threshold = 80; critical-threshold = 80;
hwmon-path = "/sys/class/hwmon/hwmon2/temp1_input"; hwmon-path-abs = "/sys/devices/platform/coretemp.0/hwmon/hwmon1";
input-filename = "temp2_input";
format = " {temperatureC}°C"; format = " {temperatureC}°C";
}; };
battery = { battery = {