1 2 3 4
import os def respond(text: str) -> None: os.popen(f'notify-send Hestia "{text}" --app-name=hestia')