Files
nwg-panel/nwg_panel/executors/check-notifications
2024-05-02 00:55:37 +02: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