diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-01-25 15:48:07 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-01-25 15:48:07 +0100 |
| commit | 99e428ee11a6295b5f519e189ce17dc5d610540e (patch) | |
| tree | e80d6b17cb7773b3826f717d3872b800f0a18183 | |
| parent | 167120d35ccc14d36d8d80c230407719d542ba93 (diff) | |
fix temp sensor
| -rw-r--r-- | .config/i3status/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3status/config b/.config/i3status/config index f729edc..b939eac 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -94,7 +94,7 @@ memory { cpu_temperature 0 { format = "🌡 %degrees °C" - path = "/sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input" + path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp1_input" } tztime local { |
