battery time, remove unstable temp sensors

This commit is contained in:
Cyryl Płotnicki 2022-04-02 11:57:45 +01:00
parent c7157f2341
commit 4817732c6c
2 changed files with 2 additions and 5 deletions

View file

@ -37,11 +37,6 @@
name = "pch_skylake"; name = "pch_skylake";
indices = [ 1 ]; indices = [ 1 ];
} }
{
type = "hwmon";
query = "/sys/devices/platform/thinkpad_hwmon/hwmon";
indices = [ 1 2 ];
}
{ {
type = "tpacpi"; type = "tpacpi";
query = "/proc/acpi/ibm/thermal"; query = "/proc/acpi/ibm/thermal";

View file

@ -31,12 +31,14 @@
device = "BAT0"; device = "BAT0";
allow_missing = true; allow_missing = true;
hide_missing = true; hide_missing = true;
format = "{time}";
} }
{ {
block = "battery"; block = "battery";
device = "BAT1"; device = "BAT1";
allow_missing = true; allow_missing = true;
hide_missing = true; hide_missing = true;
format = "{time}";
} }
]; ];
}; };