From 6efdb45ac6648a9abc3065602733581023f39254 Mon Sep 17 00:00:00 2001 From: Christian Koptein Date: Mon, 28 Sep 2020 19:01:03 +0200 Subject: [PATCH] added cpu temp to conky --- conky.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conky.conf b/conky.conf index c67fe48..cd0ba10 100644 --- a/conky.conf +++ b/conky.conf @@ -1,7 +1,7 @@ conky.config = { background=true, -update_interval=1, +update_interval=3, double_buffer=true, no_buffers=true, imlib_cache_size=10, @@ -57,6 +57,8 @@ ${voffset -5} ${font Product Sans:weight=Bold:size=26}${color0}\ CPU usage: ${cpu cpu0}% ${font Product Sans:weight=Bold:size=26}${color0}\ +CPU temp: ${hwmon 1 temp 1}°C +${font Product Sans:weight=Bold:size=26}${color0}\ RAM usage: ${mem}\ \ \