diff --git a/i3/i3blocks/cpu b/i3/i3blocks/cpu index fc9d617..c6cd3b2 100755 --- a/i3/i3blocks/cpu +++ b/i3/i3blocks/cpu @@ -9,4 +9,4 @@ $(ps axch -o cmd:15,%cpu --sort=-%cpu | head)" ;; - % is of single core." ;; esac -sensors | awk '/Core 0/ {print $3}' +sensors | awk '/temp1/ {print $2}'