feat(waybar): use static path for temperature plugin.
This commit is contained in:
parent
38ddce150b
commit
ec3301e7a4
1 changed files with 2 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue