update CPU block

This commit is contained in:
Václav Uruba 2020-11-24 17:09:57 +01:00
parent e217380d1d
commit b81f53be7b
Signed by: uruba
GPG Key ID: 0059B34D61727BB0

View File

@ -1,9 +1,10 @@
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{"CPU ", "echo \"$(mpstat -P ALL 5 1 | grep -i '\\: all' | tr -s ' ' \
| cut -d ' ' -f 3)%\" \"($(sensors | grep 'Tdie:' \
| tr -s ' ' | cut -f2 -d ' ' | cut -c 2-))\"", 5, 0},
{"CPU ", "echo \"$(mpstat --dec=0 5 1 | tr -s ' ' | grep -i '\\: all' \
| awk -F ' ' '{ print $3 + $4 + $5 }')%\" \
\"($(sensors | grep 'Tdie:' | tr -s ' ' | cut -f2 -d ' ' \
| cut -c 2-))\"", 5, 0},
{"Mem ", "free -h | awk '/^Minne/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0},
{"Bat ", "echo \"$(cat /sys/class/power_supply/BAT0/capacity)%\" \
\"[$(sed \"s/Unknown/?/;s/Charging/+/;s/Discharging/-/;\"\