summaryrefslogtreecommitdiff
path: root/spblue
blob: e925b5eed6bd5ba77a3f5256a301a3f5c686a6ea (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)" bluetoothctl
fi