system/pkgs/wm/waybar/temperature.nix

10 lines
270 B
Nix
Raw Permalink Normal View History

2024-10-14 17:28:31 -04:00
{
"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)";
};
}