Apply shfmt to polybar/launch.sh

This commit is contained in:
Dave Gallant
2020-08-01 19:44:27 -04:00
parent 4f31d4c751
commit 1f18914a33
2 changed files with 5 additions and 5 deletions

View File

@@ -8,5 +8,5 @@ while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
# Launch polybar on all monitors
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
MONITOR=$m polybar --reload poly &
MONITOR=$m polybar --reload poly &
done