X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/25869427afed90745b6b65cc6072c24caa2d8373..1656853a6c9fbabe5c97b348f8b0b6615a1ea8b7:/polybar/.local/bin/polybar-launch diff --git a/polybar/.local/bin/polybar-launch b/polybar/.local/bin/polybar-launch deleted file mode 100755 index 4fcd323..0000000 --- a/polybar/.local/bin/polybar-launch +++ /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..."