This commit is contained in:
Daniel Bauer
2018-11-05 10:58:37 +01:00
parent b16c67b87b
commit 6885e49501
2 changed files with 87 additions and 81 deletions

View File

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