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 { });