diff --git a/polybar/launch.sh b/polybar/launch.sh new file mode 100755 index 0000000..44fa8fd --- /dev/null +++ b/polybar/launch.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +killall polybar +while pgrep -x polybar >/dev/null; do sleep 1; done +polybar main -c ~/.config/polybar/config &