#!/bin/sh

if ! pidof astra-event-watcher > /dev/null
then
    plasma_waitforname org.freedesktop.Notifications && astra-event-watcher &
fi
