Files
dots/configs/polybar_g/Lenovox1Gen5/launch.sh

6 lines
163 B
Bash
Executable File

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