Files
misc/bin/st-rec
2025-12-18 14:12:29 -08:00

9 lines
133 B
Bash
Executable File

#!/bin/sh
sleep 0.5
PID=$(pidof gpu-screen-recorder)
if [ -n "$PID" ]; then
echo " REC"
#elif [ -z "$PID" ]; then
# echo " - "
fi