system/pkgs/wm/waybar/temperature.nix
2024-10-14 14:28:31 -07:00

10 lines
270 B
Nix

{
"temperature" = {
"hwmon-path-abs" = "/sys/devices/platform/coretemp.0/hwmon";
"input-filename" = "temp2_input";
"critical-threshold" = 75;
"tooltip" = false;
"format-critical" = "({temperatureC}°C)";
"format" = "({temperatureC}°C)";
};
}