Deleting files no longer needed.

This commit is contained in:
Derek Taylor
2023-03-01 19:06:35 -06:00
parent e40e6e39d0
commit 51733ffc17
2 changed files with 0 additions and 905 deletions

View File

@@ -1,13 +0,0 @@
#!/usr/bin/env 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 : ; done
for m in $(polybar --list-monitors | cut -d":" -f1); do
WIRELESS=$(ls /sys/class/net/ | grep ^wl | awk 'NR==1{print $1}') MONITOR=$m polybar --reload mainbar-xmonad &
done
echo "Bars launched..."