dotfiles/scripts/polybar/dunst.sh

7 lines
112 B
Bash
Raw Normal View History

2022-07-21 16:26:10 +02:00
#!/bin/bash
if [ "$(dunstctl is-paused)" = "true" ]; then
echo "notifications disabled"
else
echo ""
fi