dotfiles/polybar/scripts/cputemp.sh
2022-02-13 21:02:44 -05:00

4 lines
73 B
Bash
Executable File

#!/bin/sh
sensors | grep "Package id 0:" | tr -d '+' | awk '{print $4}'