diff --git a/hm_modules/polybar.nix b/hm_modules/polybar.nix index 6f76c65..16c2f18 100644 --- a/hm_modules/polybar.nix +++ b/hm_modules/polybar.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, ... }: +{ nixosConfig, config, pkgs, lib, ... }: with lib; let inherit (pkgs.rice) colorPalette opacity; @@ -280,7 +280,7 @@ in warn = "%temperature-c%"; }; ramp.text = [ "" "" "" "" "" ]; - thermal.zone = "0"; + thermal.zone = if nixosConfig.networking.hostName == "odin" then 8 else 0; type = "internal/temperature"; warn.temperature = "90"; };