diff options
author | listout <listout@protonmail.com> | 2021-09-11 10:08:11 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-11 10:08:11 +0530 |
commit | 74eed9d9c88f4ae50ebd28ef582238ceeedc7ee7 (patch) | |
tree | 28779d0f5d4ab80e8d94dc50183259f5abf70f14 /.config | |
parent | bc076ebe56d708e98c733d759915a09f4cceb8dc (diff) |
Use thermalzone instead of coretemp
reading the temparature from thermalzone with glob "[01]"
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3/i3status.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/i3status.conf b/.config/i3/i3status.conf index 786b7bc..18f5992 100644 --- a/.config/i3/i3status.conf +++ b/.config/i3/i3status.conf @@ -46,7 +46,7 @@ load { cpu_temperature 0 { format = "T: %degrees °C" - path = "/sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input" + path = "/sys/class/thermal/thermal_zone[01]/temp" } memory { |