From 1784dc717d96242554593b268ca5b8a03fa61a66 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 30 Jul 2017 16:30:58 -0500 Subject: [PATCH] Clean up polybar launch script --- .config/polybar/launch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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..."