Adding lots of cool stuff to dotfiles
This commit is contained in:
4
.config/i3blocks/cpu/cpu_info.sh
Normal file
4
.config/i3blocks/cpu/cpu_info.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
TEMP=$(sensors | grep 'Package id 0:\|Tdie' | grep ':[ ]*+[0-9]*.[0-9]*°C' -o | grep '+[0-9]*.[0-9]*°C' -o)
|
||||
CPU_USAGE=$(mpstat 1 1 | awk '/Average:/ {printf("%s\n", $(NF-9))}')
|
||||
echo "$CPU_USAGE $TEMP" | awk '{ printf(" CPU:%6s% @ %s \n"), $1, $2 }'
|
||||
Reference in New Issue
Block a user