dots/home/private_dot_config/nwg-panel/executors/executable_check-notifications
2025-06-04 15:08:49 +08:00

8 lines
No EOL
90 B
Bash

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