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