diff options
Diffstat (limited to '')
-rw-r--r-- | .i3/conkyrc | 2 |
1 files changed, 1 insertions, 1 deletions
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}"\ |