add polybar launch script

This commit is contained in:
Aaron
2020-05-24 03:03:10 +02:00
parent 0c712b0034
commit aa5b26120b

5
polybar/launch.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
killall polybar
while pgrep -x polybar >/dev/null; do sleep 1; done
polybar main -c ~/.config/polybar/config &