fix waybar hwmon
This commit is contained in:
@@ -127,9 +127,14 @@ in
|
||||
};
|
||||
hwmonPath = mkOption {
|
||||
type = str;
|
||||
default = "/sys/class/hwmon/hwmon4/temp1_input";
|
||||
default = "/sys/devices/pci0000:00/0000:00:18.3/hwmon";
|
||||
description = "CPU temperature hwmon path.";
|
||||
};
|
||||
hwmonFile = mkOption {
|
||||
type = str;
|
||||
default = "temp1_input";
|
||||
description = "CPU temperature hwmon file.";
|
||||
};
|
||||
};
|
||||
};
|
||||
default = { };
|
||||
@@ -145,9 +150,14 @@ in
|
||||
};
|
||||
hwmonPath = mkOption {
|
||||
type = str;
|
||||
default = "/sys/class/hwmon/hwmon0/temp1_input";
|
||||
default = "/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.0/hwmon";
|
||||
description = "GPU temperature hwmon path.";
|
||||
};
|
||||
hwmonFile = mkOption {
|
||||
type = str;
|
||||
default = "temp1_input";
|
||||
description = "GPU temperature hwmon file.";
|
||||
};
|
||||
};
|
||||
};
|
||||
default = { };
|
||||
|
||||
Reference in New Issue
Block a user