This commit is contained in:
Daniel Bauer
2018-09-11 15:53:13 +02:00
parent 451273a819
commit d4c3f94514
2 changed files with 27 additions and 50 deletions

View File

@@ -8,6 +8,5 @@ while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
# Launch bar1 and bar2
polybar -c ~/.config/polybar/config example_left &
polybar -c ~/.config/polybar/config example_right &
polybar -c ~/.config/polybar/config example_laptop &
echo "Bars launched..."