aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.scripts/mako_launch
blob: 7ee10cc2d4a373d6fd4177b54e51da0212a1abd6 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Terminate already running mako instance
killall -q mako

# Wait until the processes have been shut down
while pgrep -u $UID -x mako >/dev/null; do sleep 1; done

mako --background-color "#1a1a1acc" --border-color "#000000" --default-timeout 5000 --height 300