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

7 lines
118 B
Bash
Executable file

if [[ $(pgrep gpu-screen-reco) ]]; then
~/.config/scripts/stop_replay.sh
else
~/.config/scripts/start_replay.sh
fi