dotfiles/scripts/polybar/dunst.sh
2022-07-21 16:26:10 +02:00

6 lines
112 B
Bash
Executable file

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