diff --git a/files/launch-polybar.sh b/files/launch-polybar.sh index 0e03a53..3c16430 100644 --- a/files/launch-polybar.sh +++ b/files/launch-polybar.sh @@ -5,6 +5,6 @@ pkill polybar for m in $(polybar --list-monitors | cut -d":" -f1); do - MONITOR=$m polybar --reload top & - MONITOR=$m polybar --reload bottom & + MONITOR=$m polybar top & + MONITOR=$m polybar bottom & done