aboutsummaryrefslogtreecommitdiff
path: root/.config/i3/polybar.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3/polybar.sh')
-rw-r--r--.config/i3/polybar.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/i3/polybar.sh b/.config/i3/polybar.sh
deleted file mode 100644
index 22d2fbc..0000000
--- a/.config/i3/polybar.sh
+++ /dev/null
@@ -1,10 +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 polybar
-polybar &