dwm-blocks-blocks/cpu-temp.sh

5 lines
48 B
Bash
Raw Permalink Normal View History

2023-04-29 19:35:05 +00:00
#!/bin/sh
sensors | awk '/Core 0/ {print $3}'