polybar external monitor

This commit is contained in:
Daniel Bauer
2019-03-18 14:12:33 +01:00
parent 5a558b109e
commit 74602784b0
2 changed files with 5 additions and 0 deletions

View File

@@ -9,5 +9,6 @@ while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
polybar -c ~/.config/polybar/config workstation &
polybar -c ~/.config/polybar/config workstation2 &
polybar -c ~/.config/polybar/config laptop &
polybar -c ~/.config/polybar/config laptop_station &
echo "Bars launched..."