From e264ba9bbc3ae9b2e965c50941e449503da7339d Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 25 Sep 2021 19:09:24 +0200 Subject: cleanup --- i3/start_polybar.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 i3/start_polybar.sh (limited to 'i3/start_polybar.sh') diff --git a/i3/start_polybar.sh b/i3/start_polybar.sh deleted file mode 100755 index 38b46f6..0000000 --- a/i3/start_polybar.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -# Terminate already running bar instances -killall -q polybar - -# Wait until the processes have been shut down -while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done - -# Launch Polybar, using default config location ~/.config/polybar/config -polybar $1 & - -echo "Polybar launched..." -- cgit v1.2.3