Skip to content

Commit bd81e3d

Browse files
committed
fix sensor addr
1 parent e74065c commit bd81e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/wayland/waybar.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
};
170170
"temperature" = {
171171
#"hwmon-path" = "/sys/class/hwmon/hwmon4/temp1_input";
172-
"hwmon-path" = "/sys/class/hwmon/hwmon6/temp1_input";
172+
"hwmon-path" = "/sys/class/hwmon/hwmon5/temp1_input";
173173
"critical-threshold" = 99;
174174
"interval" = 5;
175175
"format" = "{icon} {temperatureC}°C";

0 commit comments

Comments
 (0)