diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh index 3f21f052..60116a77 100755 --- a/.config/polybar/launch.sh +++ b/.config/polybar/launch.sh @@ -7,5 +7,6 @@ killall -q polybar while pgrep -x polybar >/dev/null; do sleep 1; done # Launch bar1 and bar2 -polybar bar1 & +polybar top & +polybar bottom & echo "Polybars launched..."