[rc/{polybar,ranger}] migrate to new literate setup
[~bandali/configs] / polybar / .local / bin / polybar-launch
diff --git a/polybar/.local/bin/polybar-launch b/polybar/.local/bin/polybar-launch
deleted file mode 100755 (executable)
index 4fcd323..0000000
+++ /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..."