dwm-status-bar-freebsd/temperature-laptop
2023-05-30 10:01:34 +02:00

4 lines
93 B
Bash
Executable File

#!/bin/sh
T=$(sysctl -a | grep temperature | cut -d ' ' -f2 | cut -d 'C' -f1)
echo$T°C