summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-09-11 10:08:11 +0530
committerlistout <listout@protonmail.com>2021-09-11 10:08:11 +0530
commit74eed9d9c88f4ae50ebd28ef582238ceeedc7ee7 (patch)
tree28779d0f5d4ab80e8d94dc50183259f5abf70f14 /.config
parentbc076ebe56d708e98c733d759915a09f4cceb8dc (diff)
Use thermalzone instead of coretemp
reading the temparature from thermalzone with glob "[01]"
Diffstat (limited to '.config')
-rw-r--r--.config/i3/i3status.conf2
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 {