aboutsummaryrefslogtreecommitdiffstats
path: root/polybar/launch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'polybar/launch.sh')
-rwxr-xr-xpolybar/launch.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/polybar/launch.sh b/polybar/launch.sh
index 98428f8..ad30310 100755
--- a/polybar/launch.sh
+++ b/polybar/launch.sh
@@ -7,5 +7,6 @@ killall -q polybar
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
polybar main &
+polybar second &
echo "Bars launched..."