#!/usr/bin/env bash for m in $(polybar --list-monitors | cut -d":" -f1); do MONITOR=$m polybar main & done