temperature: per-device breakdown in panel, device filter config option
This commit is contained in:
parent
8bbe211dd4
commit
88a0886681
6 changed files with 144 additions and 16 deletions
|
|
@ -141,6 +141,14 @@ in
|
|||
default = 90;
|
||||
description = "Temperature threshold for hot state (°C).";
|
||||
};
|
||||
device = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "";
|
||||
description = ''
|
||||
Thermal zone device name to use for the primary temperature reading
|
||||
(e.g. "x86_pkg_temp", "acpitz"). Leave empty to use the system maximum.
|
||||
'';
|
||||
};
|
||||
};
|
||||
battery = moduleOpt "battery" {
|
||||
warning = lib.mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue