#!/bin/sh
if [ "$( dunstctl is-paused )" = "true" ]; then
	printf '🔕'
fi
printf '\n'