From e22f8f0a6b1734f2f5b1395fa89db2820d3a983c Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 6 Feb 2025 08:42:52 +0100 Subject: [PATCH] Use correct temperatures sensor. --- modules/home-manager/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index cd50a0b..5524aca 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -278,6 +278,7 @@ in { }; temperature = { critical-threshold = 80; + hwmon-path = "/sys/class/hwmon/hwmon2/temp1_input"; format = " {temperatureC}°C"; }; battery = {