Polybar: Correct secondary monitor assignment code

This commit is contained in:
Salt 2018-08-29 22:20:30 -05:00
parent 5fd59a1223
commit b46b06d2bd

View File

@ -19,7 +19,7 @@ function start() {
if [[ "$secondary_monitors" == "" ]]; then
return 0
fi
for monitor in $secondary monitors; do
for monitor in $secondary_monitors; do
svc_log "Starting secondary on monitor $monitor"
PB_MONITOR=$monitor
polybar -r secondary& > /dev/null 2>&1