temperature: per-device breakdown in panel, device filter config option

This commit is contained in:
Damocles 2026-04-17 11:24:28 +02:00
parent 8bbe211dd4
commit 88a0886681
6 changed files with 144 additions and 16 deletions

View file

@ -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 {