From aa5b26120b39796da59c59a28acb8d0e84b19ac9 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 24 May 2020 03:03:10 +0200 Subject: [PATCH] add polybar launch script --- polybar/launch.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 polybar/launch.sh 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 &