Files
dotfiles/nwg-panel/executors/check-notifications
2025-01-10 15:27:20 +01:00

8 lines
90 B
Bash
Executable File

#!/usr/bin/bash
a=$(swaync-client -c)
if [ "$a" -gt "0" ]; then
echo bell
echo $a
fi