diff options
Diffstat (limited to '.config/i3/polybar.sh')
| -rw-r--r-- | .config/i3/polybar.sh | 10 |
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 & |
