diff --git a/hosts/morty/home-config.nix b/hosts/morty/home-config.nix index 6a2d52d..67f4eb6 100644 --- a/hosts/morty/home-config.nix +++ b/hosts/morty/home-config.nix @@ -19,6 +19,10 @@ desktop.sway = { enable = true; kanshi = true; + waybar = { + laptop = true; + gpuThermal.enable = false; + }; }; }; } diff --git a/hosts/mrmeeseeks/home-config.nix b/hosts/mrmeeseeks/home-config.nix index 6e3ef2c..a495eae 100644 --- a/hosts/mrmeeseeks/home-config.nix +++ b/hosts/mrmeeseeks/home-config.nix @@ -19,6 +19,17 @@ desktop.sway = { enable = true; kanshi = false; + waybar = { + laptop = false; + gpuThermal = { + enable = true; + hmonPath = "/sys/class/hwmon/hwmon1/temp1_input"; + }; + cpuThermal = { + hwmonPathAbs = "/sys/devices/pci0000:00/0000:00:18.3/hwmon/"; + inputFilename = "temp3_input"; + }; + }; }; }; }