From ed85bab1dd9df9132f1799846140207896cfe78f Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 4 Mar 2019 20:47:39 -0600 Subject: [PATCH] fix cpu for my computer --- i3/i3blocks/cpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}'