sway: Set temperature hwmon path for mayushii

This commit is contained in:
Simon Bruder 2021-10-05 20:58:35 +02:00
parent 00ac4f251c
commit dec3f07ca4
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -207,7 +207,9 @@ in
critical-threshold = 80; critical-threshold = 80;
format = "{temperatureC}°C {icon}"; format = "{temperatureC}°C {icon}";
format-icons = [ "" "" "" "" "" ]; format-icons = [ "" "" "" "" "" ];
}; } // (lib.optionalAttrs (nixosConfig.networking.hostName == "mayushii") {
hwmon-path = "/sys/class/hwmon/hwmon3/temp1_input";
});
battery = { battery = {
interval = 5; interval = 5;
format = "{capacity}% {icon}"; format = "{capacity}% {icon}";