diff options
Diffstat (limited to 'polybar/.local')
-rwxr-xr-x | polybar/.local/bin/polybar-launch | 12 |
1 files changed, 0 insertions, 12 deletions
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..." |