#!/usr/bin/env bash

if ! $(dunstctl is-paused); then
    echo
else
    printf ""
fi