From 05768713c5b58a73a5a204311caef455333a2bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 25 Oct 2020 17:44:05 +0100 Subject: [conky] use hwmon module --- .i3/conkyrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.i3/conkyrc b/.i3/conkyrc index 9d987e8..00e96df 100644 --- a/.i3/conkyrc +++ b/.i3/conkyrc @@ -50,7 +50,7 @@ conky.text = [[ "full_text" : "${if_existing /sys/class/power_supply/AC0/online 1}${else}${endif} ${battery_percent BAT0}${if_existing /sys/class/power_supply/AC0/online 0} ${lua utime ${battery_time BAT0}}${endif}"\ },\ {\ - "full_text" : " ${platform coretemp.0 temp 2}°C"\ + "full_text" : " ${hwmon coretemp temp 1}°C ${hwmon coretemp temp 2}°C"\ },\ ${if_up eth0}{\ "full_text" : "⑆ ${addr eth0}"\ -- cgit v1.2.3