diff --git a/users/rouven/modules/hyprland/waybar.nix b/users/rouven/modules/hyprland/waybar.nix index 5fcf175..924937f 100644 --- a/users/rouven/modules/hyprland/waybar.nix +++ b/users/rouven/modules/hyprland/waybar.nix @@ -24,6 +24,7 @@ format = "{usage}% "; }; temperature = { + hwmon-path = "/sys/class/hwmon/hwmon2/temp1_input"; critical-threshold = 80; format = "{temperatureC}°C {icon}"; format-icons = [ "" ];