sway: Set temperature hwmon path for mayushii
This commit is contained in:
parent
00ac4f251c
commit
dec3f07ca4
|
@ -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}";
|
||||
|
|
Loading…
Reference in a new issue