script dunst

This commit is contained in:
Michael Grote 2022-07-21 16:26:10 +02:00
parent 9492be02dc
commit 820319378a

6
scripts/polybar/dunst.sh Executable file
View file

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