battery time, remove unstable temp sensors
This commit is contained in:
parent
c7157f2341
commit
4817732c6c
2 changed files with 2 additions and 5 deletions
|
@ -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";
|
||||||
|
|
|
@ -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}";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue