summaryrefslogtreecommitdiffstats
path: root/.config/polybar/notification_pause.sh
blob: 9bf6724b48076f0d616fb61d6b08f7812ca466ac (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

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