#!/bin/bash if [ "$(dunstctl is-paused)" = "true" ]; then echo "notifications disabled" else echo "" fi