From 587cd2e5835ce5ea8df5b3c4ea89594432f3c4f1 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 18 May 2025 13:08:03 +0200 Subject: [PATCH] Waybar: fix temperature sensor for thor --- modules/hm/waybar.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hm/waybar.nix b/modules/hm/waybar.nix index c3f9a5b..bc73b62 100644 --- a/modules/hm/waybar.nix +++ b/modules/hm/waybar.nix @@ -116,6 +116,8 @@ in "format-icons" = [ "" ]; } // (if hostName == "sif" then { "hwmon-path" = "/sys/class/hwmon/hwmon7/temp1_input"; + } else if hostName == "thor" then { + "hwmon-path" = "/sys/class/hwmon/hwmon3/temp1_input"; } else { }); "backlight" = { # "device"= "acpi_video1";