index
:
dotfiles
master
The Aargh Files
Git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quickshell
/
scripts
/
cpu_temp.sh
blob: de73d7dd66fa9956851cecf23f980ce2e03da052 (
plain
)
1
2
temp
=
$(
sensors
|
awk
'/^Package id 0:/ {print int($4) + 273}'
)
echo
"
$temp
"