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

TOGGLE=$HOME/.local/share/.pause_notifications

if [ ! -e $TOGGLE ]; then
    echo
else
    printf ""
fi