sway: Set temperature hwmon path for mayushii

neomutt
Simon Bruder 2021-10-05 20:58:35 +02:00
parent 00ac4f251c
commit dec3f07ca4
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 1 deletions

View File

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