diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-01-25 16:36:18 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-01-25 16:36:18 +0100 |
| commit | 946222b5cc2a72a16b6f053dc67332625869ff55 (patch) | |
| tree | 5b492a60ab9333237c4c6e77c8caae950711ae88 /.config | |
| parent | 99e428ee11a6295b5f519e189ce17dc5d610540e (diff) | |
fix temp
Diffstat (limited to '.config')
| -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 b939eac..0cea047 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/hwmon*/temp1_input" + path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp?_input" } tztime local { |
