From c7384520ffda72b522a416212a4f9d129ca616bd Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 19 Jun 2025 08:31:28 +0200 Subject: [PATCH] waybar: fix temperature for sif --- modules/hm/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/waybar.nix b/modules/hm/waybar.nix index 931816a..b10402f 100644 --- a/modules/hm/waybar.nix +++ b/modules/hm/waybar.nix @@ -116,7 +116,7 @@ in "format-critical" = "!{temperatureC}⁰C {icon}"; "format-icons" = [ "" ]; } // (if hostName == "sif" then { - "hwmon-path" = "/sys/class/hwmon/hwmon7/temp1_input"; + "thermal-zone" = 2; } else if hostName == "thor" then { "hwmon-path" = "/sys/class/hwmon/hwmon3/temp1_input"; } else { });