summaryrefslogtreecommitdiff
path: root/spblue
blob: 9017b2bb2f97a5308eedcbc647ef133e76f4ebbc (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

COUNT="$(pgrep -U "$(whoami)" -f "$(basename $0)" | wc -l)"
echo "$COUNT"

if [ "${COUNT:-0}" -lt "3" ]; then
  exec foot -a "$(basename $0)" -w "960x540" bluetoothctl
fi