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";