X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/3e303e20740e2b1ec0328fbfeca60e4b2244781c..e0dcd28c0d4e24351e54ec34d7a25fe233ba6b68:/polybar/.local/bin/launch-polybar diff --git a/polybar/.local/bin/launch-polybar b/polybar/.local/bin/launch-polybar deleted file mode 100755 index 4fcd323..0000000 --- a/polybar/.local/bin/launch-polybar +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env sh - -# Terminate already running bar instances -killall -q polybar - -# Wait until the processes have been shut down -while pgrep -x polybar >/dev/null; do sleep 1; done - -# Launch main bar -polybar main & - -echo "Bars launched..."