summary refs log tree commit diff stats
path: root/files/nwg-panel/executors/check-notifications
blob: 30148800dfc0abdacf1540cd3d0fe20a02f5adab (plain) (blame)
1
2
3
4
5
6
7
8
#!/nix/store/vqvj60h076bhqj6977caz0pfxs6543nb-bash-5.2-p15/bin/bash

a=$(swaync-client -c)

if [ "$a" -gt "0" ]; then
  echo bell
  echo $a
fi