#!/usr/bin/env bash if pgrep -x wf-recorder >/dev/null; then printf '{"text": "  "}\n' else printf '{"text": ""}\n' fi