This commit is contained in:
Daniel Bauer
2019-03-18 13:43:55 +01:00
parent be62753423
commit 5a558b109e
5 changed files with 27 additions and 24 deletions

View File

@@ -6,8 +6,8 @@ killall -q polybar
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 workstation &
polybar -c ~/.config/polybar/config workstation2 &
polybar -c ~/.config/polybar/config laptop &
echo "Bars launched..."