dwm-blocks-blocks/cpu-temp.sh
2023-04-29 12:35:05 -07:00

5 lines
48 B
Bash
Executable File

#!/bin/sh
sensors | awk '/Core 0/ {print $3}'