dotfiles/scripts/status.sh
2024-05-24 00:20:58 +02:00

7 lines
100 B
Bash
Executable file

if [[ $(pgrep gpu-screen-reco) ]]; then
echo "on: $(cat /tmp/replay.tmp)"
else
echo "off"
fi